@charset "utf-8";
#latestNewsWrapper {
	margin-bottom: 20px;
}
#latestNewsWrapper p.title {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #34440E;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #34440E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#latestNewsWrapper div.item {
	margin-bottom: 8px;
}
#latestNewsWrapper .item img.mainImg {
	float: right;
	margin-bottom: 10px;
}
#latestNewsWrapper div.item p.newsTitle {
	margin: 0px;
	padding: 0px;
}
#latestNewsWrapper div.item p.newsTitle a {
	font-family: Tahoma, Verdana, Arial;
	color: #34440E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #34440E;
	padding-bottom: 1px;
}
#latestNewsWrapper div.item p {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#latestNewsWrapper div.item .newsDate {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
#latestNewsWrapper p.newsArchive {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#latestNewsWrapper p.newsArchive a {
	font-family: Tahoma, Verdana, Arial;
	color: #34440E;
	font-size: 11px;
	font-weight: bold;
}

#latestNewsWrapper p.goOn {
	text-align:right;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#latestNewsWrapper p.goOn a {
	font-family: Tahoma, Verdana, Arial;
	color: #34440E;
	font-size: 11px;
	font-weight: bold;
}
