@charset = "WINDOWS-1255";
.reg_text, .page_title, .page_title_big, A, .reg_button, .sub_title, .reg_input, .reg_list, H1, H2, H3, H4, H5, H6, H7
{
	font-family:Arial, Tahoma;
}
.reg_text, H4
{
	font-size:12px;
}
.page_title, .page_title_big, .sub_title, H1, H2
{
	color:darkblue;
	letter-spacing:2px;
	font-weight:bold;
}
.reg_list
{
	font-size:11px;
}
.page_title, H1
{
	font-size:21px;
}
.sub_title, H2
{
	font-size:16px;
	color:#FEC102;
}
.page_title_big
{
	font-size:22px;	
}
.big_link
{
	font-size:14px;
}
.reg_input
{
	width:100px;
	font-size:11px;
}
.reg_input2
{
	width:100px;
	font-size:13px;
}
.reg_button
{
	font-size:12px;
	width:100px;
	color:#0283D7;
	background-color:#EFEFEF;
	cursor:hand;
	font-weight:500;
	border-top-color:#EFEFEF;
	border-left-color:#EFEFEF;
	border-bottom-color:#CFCFCF;
	border-right-color:#CFCFCF;
}
.reg_button_ok
{
	color:darkgreen;
	border:1px solid darkgreen;
	width:100px;
	font-weight:bold;
	cursor:hand;
}
.reg_button_bad
{
	color:darkred;
	border:1px solid darkred;
	width:100px;
	font-weight:bold;
	cursor:hand;
}
A
{
	color:#0283D7;
	text-decoration:none;
}
A:hover
{
	color:#FEC102;
	text-decoration:underline;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration:none;
}
A.main_links
{
	color:#996633;
	text-decoration:italic;
	font-weight:bold;
	font-size:13px;
}
A.main_links:hover
{
	color:#996633;
	text-decoration:italic;
	font-weight:bold;
	font-size:13px;
}
A.bottom
{
	color:#777777;
	text-decoration:none;
}
A.bottom:hover
{
	color:#FEC102;
	text-decoration:underline;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration:none;
}
.list_item
{
	list-style-type:disc;
	color:darkblue;
}
.B
{
	font-weight:bold;
}
.NB
{
	font-weight:normal;
}
.U
{
	text-decoration:underline;
}
.t12
{
	font-size:12px;
}
.t14
{
	font-size:14px;
}
.t16
{
	font-size:16px;
}
.t18
{
	font-size:18px;
}