body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	FONT-FAMILY: Tahoma;	
	FONT-SIZE: 11px;
	COLOR: #4B4B4B;
	BACKGROUND-COLOR:#FFFFFF;
}
.conturalb {
	border: 1px solid #FFFFFF;
}
.main {
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	COLOR: #4B4B4B;
}
.title {font-size: 16px}
.main_bg{
	background-image: url(../assets/bg_middle.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
A {  width: 100px; height: 20px;  color:#D40306; text-decoration: none; font-weight: normal;}
A:visited {  width: 100px; height: 20px;  color:#D40306; text-decoration: none; font-weight: normal;}
A:link { width: 100px; height: 20px;  color:#D40306; text-decoration: none; font-weight: normal;}
A:active {color:#405572; text-decoration: none; font-weight: normal;}
A:hover { color: #405572; text-decoration: none; font-weight: normal;}

#account A {  width: 100px; height: 20px;  color:#405572; text-decoration: none; font-weight: normal;}
#account A:visited {  width: 100px; height: 20px;  color:#405572; text-decoration: none; font-weight: normal;}
#account A:hover { color: #ffffff; text-decoration: none; font-weight: normal;}
#account A:link { width: 100px; height: 20px;  color:#405572; text-decoration: none; font-weight: normal;}
#account A:active {color:#ffffff; text-decoration: none; font-weight: normal;}

.button{
	background-image: url(../assets/buton_bg.gif);
	height: 31px;
	padding-top: 7px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #323232;
}
.buton hover{
	background-image: url(../assets/buton_bg.gif);
	height: 31px;
	padding-top: 7px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.bg_header{
	background-image: url(../assets/head_3.jpg);
	height: 120px;
	background-repeat: no-repeat;	
}

H1 {
	COLOR: #405572;
	FONT-SIZE: 11px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
}

.field{
	background-color: #EEF2F8;
	border-top: 2px solid #9D9D9D;
	border-left: 2px solid #9D9D9D;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3F5983; 
}
.submit{
	background-color: #EEF2F8;
	border-bottom: 2px solid #9D9D9D;
	border-right: 2px solid #9D9D9D;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-style: italic;
	
}
#account{
	/*background-image: url(../assets/buton_bg.gif);
	background-repeat: repeat-x;*/
	text-align: right;
	float: right;
	padding: 5px;
}
.table{
	border: 1px solid #E2EAF2;
}
.t_head_f{
	color: #ffffff;
	background-color: #6C90B4;
	border-bottom: 1px solid #ffffff;
}
.t_head_a{
	color: #ffffff;
	background-color: #6C90B4;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.t_body_f{
	border-bottom: 1px solid #E2EAF2;
}
.t_body_a{
	border-bottom: 1px solid #E2EAF2;
	border-left: 1px solid #E2EAF2;
}
.pic{
	border: 1px solid #C5C5C5;
}
.attention{
	padding: 15px;
	margin: 15px;
	background-image: url(../assets/attention.gif);
	background-repeat: no-repeat;
	background-position: top right ;
	height:100px;
	border:2px solid #FFAEAE;
	background-color: #FFF2F2;
}
.head_text{
	color: #4A6F93;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	margin-left: 10px;
}
#navigation{
	margin: 0;
	height: 25px;
	display: block;
	float: right;
	margin-bottom: 3px;
}
#navigation li{
	float: left;
	padding: 5px;
	border: 1px solid #ffffff;
	background: #ffffff;
	list-style: none;
	margin-left: 1px;
	background-image: url(../assets/buton_bg.gif);
	background-repeat: repeat-x;

}
#navigation li a{
	color: #5C5C5C;
	font-weight: bold;
	padding: 5px;
}
#navigation li a:hover{
	color: #000000;
}
h2{
	color: #476A8C;
	margin: 10px;
	margin-top: 5px;
}
.categs{
	list-style: none;
	margin: 2px;
	padding-left: 10px;;
}
.categs li{
	display: inline; 
	float: left;
	text-indent: 5px;
}