html {
	background-position: center;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 58%; 
	/*font-size: 9px; */
	background-image: url(../img/bg_ratlles.png);
	background-position: center;
	
}
div {
	background-position: left top;
}
.txt_menu {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.txt_submenu {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	font-size: 1em;
	color: #999999;
	text-decoration: none;
}

a.txt_submenu:link 		{
	text-decoration: none;
	color: #999999;
}
a.txt_submenu:visited 	{
	color: #666666;
	text-decoration: none;
}
a.txt_submenu:hover 	{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
a.txt_submenu:active 	{	text-decoration: none;}

a:link 		{
	text-decoration: none;
	color: #FFFFFF;
}
a:visited 	{
	color: #f5f5f5;
	text-decoration: none;
}
a:hover 	{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
a:active 	{	text-decoration: none;}

img.expo {
	border: 2px solid #FFFFFF;
	margin: 3px;
}
input { width: 190px; font-size: 10px; margin: 3px;}
textarea {width: 190px;;font-size: 10px; margin: 3px; }
/*p { line-height: 1.2 ;}*/
