/* CSS Document */
body 	{	
	background-image:url(/images/theme/gradianbg2.jpg);
	background-attachment: fixed;
	background-repeat:repeat;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;	
	}
.latestnews {
font-size:13px;
font-weight:bold;
border-bottom:1px solid gray;
margin:0px 0px 6px 0px;
display:block;
}
.newsheading {
font-size:13px;
text-decoration:none;
}
.news_item {
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px .4em 0px;
}
.newslink a{
color:#FFFFFF;
text-decoration:none;
}
.newslink a:hover {
color:#FFFFFF;
text-decoration:underline;
}
.newstitle {
font-size:11px;
color:#5067a0;
font-weight:bold;
text-decoration:none;
}
.newstitle a {
color:#124278;
text-decoration:none;
}
.newstitle a:hover {
color:#124278;
text-decoration:underline;
}
.newsdate{
font-size:10px;
color:#666666;
}
.newsbodytext {
font-size:10px;
}
