.NewsHeading {
	font-weight: bold;
	font-size: 13pt;
}
.NewsOverview {
	font-size: 8pt;
	font-weight: bold;
	text-align: justify;
}
.NewsBody {
	font-size: 8pt;
	text-align: justify;
}

a.NewsLink:active, a.NewsLink:link, a.NewsLink:visited {
	font: 8pt Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #4677DB;
}
a.NewsLink:hover {
	font: 8pt Tahoma;
	font-weight: bold;
	text-decoration: underline;
	color: #4677DB;
}
a.NewsMore:link, a.NewsMore:active, a.NewsMore:visited {
	font: 8pt Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding-right:6px;
}
a.NewsMore:hover {
	font: 8pt Tahoma;
	font-weight: bold;
	text-decoration: underline;
	color: #4677DB;
	padding-right:6px;
}
td.NewsIcon {
	background-image: url('../../Web/Images/newsicon.gif'); 
	background-repeat: no-repeat; 
	background-position: 3px 2px; 
	background-color: #00659C;
	font-weight: bold;
	color: white;
	padding-left:20px; 
	height:18px;
	vertical-align: middle;
}