/* CSS Document */
.latestNews{
	font-size: 8pt;
	line-height:10pt;
}
.latestNews H1{
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight:bold;
	line-height:auto;
	color: #006e5c;
	border-bottom:solid 1px  #006e5c;
	margin-bottom:0px;
	padding-bottom:2px;
}
.latestNews p {
	margin-top:5px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}
.latestNews .newsDatum{
	font-size: 8pt;
	font-style:italic;
	margin-bottom:5px;
}

.latestNews a:link,.latestNews a:visited{
	color: #006e5c;
	text-decoration:none;
	font-weight:bold;
}

.latestNews a:hover,.latestNews a:active{
	color: #000;
	text-decoration:none;
	font-weight:bold;
}

.latestNews .readMore{
	text-align:right;
	margin:0px;
	padding:5px 0px 0px 0px;
}

.newsItem .image {
	float:left;
	margin-right:5px;
	width:60px;
}

.newsItem .image img {
	border: solid 1px #000;
	width:60px;
}
