/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
	background-repeat:repeat-x;
	background-color: #9BA4B3;
}
.body_text {
	color: #6F6B67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}	

.body_text a{

color: #05277E;
text-decoration: underline; 
}

.body_text a:hover{

color: #FFFFFF;
background-color:#05277E;
text-decoration:none;
}


.news_block {
	
	background-color: #DEEDDC;
	background-image: url(news_bg_green.gif);
	background-repeat: no-repeat;
	background-position:top;
	
}
.news_item {
	color: #405A86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.news_item a {
color: #405A86;
	text-decoration: none;
	}
	
.news_item a:hover {
	background-color:#405A86;
	color:#FFFFFF;
	text-decoration: none;
	}
.headline {
	color: #405a86;
	font-family: georgia;
	font-size: 24px;
	font-weight: bold;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F6B67;
}