@charset "windows-1251";
/* CSS Document */

html, body {background-color: #ffffff; margin: 0px;

}
body, td, th {
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}



a, a:link, a:visited, a:active {
	font-size: 10pt;
	color: #333333;
	
}
a:hover            {
	color: #999999;
	 	text-decoration: underline; 
} 

a.menu, a.menu:link, a.menu:visited, a.menu:active {
	font-size: 12pt;
	padding-left: 35px;
	padding-right: 5px;
 	text-decoration: none; 
	font-weight: bold;
	color: #FFFFFF;
}
a.menu:hover            {
	color: #00CCFF;
	 	text-decoration: underline; 
} 

a.smenu, a.smenu:link, a.smenu:visited, a.smenu:active {
	font-size: 11pt;
	padding-left: 0px;
	padding-right: 5px;
 	text-decoration: none; 
	font-weight: normal;
	color: #0066CC;
}
a.smenu:hover            {
	color: #0099FF;
	 	text-decoration: underline; 
} 


h1 {
	font: small-caps 160%  Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #FF9900;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
}
h3 {
 font-size: 10pt;
 color:#000000;
}

.pad10{
padding: 10px;
}

.border_all { border: #000000 1px solid}
.border_bottom { border-bottom: #000000 1px solid}
.border_bottom_right { border-bottom: #000000 1px solid;  border-right: #000000 1px solid; }
.border_right { border-right: #000000 1px solid; }

.text_300 { width: 300px;}
.text_all { width: 100%;}
