.search_text {
	font-family: tahoma;
	font-size: 11px;
	color: #636363;
	text-decoration: none;
}
.frm {
	font-family: tahoma;
	font-size: 10px;
	color: #636363;
	text-decoration: none;
}
.bi_green {
	font-family: tahoma;
	font-size: 21px;
	color: #6B9000;
	text-decoration: none;
	font-weight: bold;

}
.big_grey {
	font-family: tahoma;
	font-size: 18px;
	color: #585858;
	text-decoration: none;
	font-weight: bold;

}
.black_text {
	font-family: tahoma;
	font-size: 14px;
	color: #2F2F2F;
	text-decoration: none;
	font-weight: bold;

}
.grey_text {
	font-family: tahoma;
	font-size: 12px;
	color: #757575;
	text-decoration: none;
	font-weight: normal;

}
.more {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #78A100;
	text-decoration: none;
}
.copyright {
	font-family: tahoma;
	font-size: 10px;
	color: #A7A7A7;
	text-decoration: none;
}
.polis {
	font-family: tahoma;
	font-size: 11px;
	color: #A7A7A7;
	text-decoration: underline;
}
.links {
	font-family: tahoma;
	font-size: 10px;
	color: #A5A5A5;
	text-decoration: underline;
}
.links2 {

	font-family: tahoma;
	font-size: 10px;
	color: #686868;
	text-decoration: underline;
}
.green_text {


	font-family: tahoma;
	font-size: 10px;
	color: #679600;
	text-decoration: none;
}

/* menu */

#menu{
    
	width:770px;
	height:37px;
	background:url(images/menu-bg.gif) no-repeat;
}

#menu ul{
	float:center;
}

#menu ul li{
	float:left;
	display:block;
	height:25px;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
}

#menu ul li a{
    /*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	display:block;
	text-transform:uppercase;
	padding-top:10px;
	text-decoration: none;
}
#menu ul li a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#0099CC;
}


/* vertical menu */

#vermenu{
    
	width:200px;
	height:200px;
/*	background:url(images/ver-menu-bg.gif) no-repeat; */
/*	background-color:#336600; */
	background-color:#0e5981;
	
}

#vermenu ul{
	float:left;
}

#vermenu ul li{
	float:left;
	display:block;
	height:25px;
	color:#fff;
	padding-left:0px;
	padding-right:0px;
}

#vermenu ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	display:block;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
}
#vermenu ul li a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#0099CC;
}
