@charset "utf-8";
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B41B1D;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06547B;
	font-weight: bold;
}

.leftnav a, .leftnav a:link, .leftnav a:active, .leftnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/side_menu_bg.jpg);
	display: block;
	height: 33px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 24px;
	line-height: 30px;
	
}


.leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/side_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: -200px;
	
}
.searchbutt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: url(/images/submitbutt.jpg);
	height: 21px;
	width: 37px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftside_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #08537B;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
.leftside_text_sml {
	font-family: Arial, Helvetica, sans-serif;
	color: #08537B;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.newshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
