/*
	© 2006 Local Networks of Khabarovsk
	CSS by ctepa
*/

body{
	background-color : #F5F5F5;
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #686868;
}

.header{
	font-size : 18px;
	font-family : "Trebuchet", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding : 10px;
}

.theader{
	font-size : 14px;
	font-family : "Trebuchet", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	background-color : #E9E6E2;
}

.menu{
	padding: 8px;
	font-size : 12px;
}

#menu_header{
	font-size : 14px;
	font-family : "Trebuchet", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding : 4px;
	font-weight : bold;
}

#menu_list{
	list-style-type : square;
	list-style-position : inside;
	list-style-image : url(marker.gif);
	padding-bottom : 5px;
}

#menu_block{
	padding-left : 10px;
	padding-bottom : 13px;
}

.content{
	background-color : #FCFCFC;
	margin-right : 13px;
	padding: 15px;
	margin-bottom : 28px;
	border : 1px solid #E0E0E0;
}

.underhead{
	padding : 5px;
	color : #989898;
}

#margin4{	margin: 4px; }
#margin5{	margin: 5px; }
#margin10{	margin: 10px; }
#margin20{	margin: 20px; }


.footer_left{
	color: #436B96;
	font-size : 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.footer_right{
	color: #EEEEEE;
	font-size : 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

input{
	border: 1px solid #BFBFBF;
	background-color : #FFFFFF;
	color: #A6CE39;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

textarea{
	border: 1px solid #A6CE39;
	background-color : #FEFEFE;
	color: #686868;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 7px;
}

a {	color: #5B86B5; }

a:link { color: #5B86B5; }

a:visited{ color: #84A36D; }

a:hover {
color: #A6CE39; 
text-decoration: none; 
}

.f8{ font-size : 8px; }
.f9{ font-size : 9px; }
.f10{ font-size : 10px; }
.f11{ font-size : 11px; }
.f12{ font-size : 12px; }
.f13{ font-size : 13px; }
.f14{ font-size : 14px; }