@charset "utf-8";
.latestNewsWrapper {
}

.latestNewsWrapper p.title {
	background-color:#F5F5F5;
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	margin: 0px;
	font-size: 1.3em;
}
.latestNewsWrapper p.title img {
	vertical-align: middle;
	padding: 0.5em;
}
.latestNewsWrapper div.newsItem {
	background-color: #F5F5F5;
	padding: 1em;
	padding-bottom: 1.2em;
	margin-bottom: 1.2em;
	border-bottom: solid 0.1em black;
}
.latestNewsWrapper div.newsItem img {
	float:left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.latestNewsWrapper div.newsItem p.newsTitle {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.latestNewsWrapper div.newsItem p.newsTitle a {
	text-decoration: none;
	color: #000000;
}
.latestNewsWrapper div.newsItem p.newsTitle a:hover {
	text-decoration: underline;
}
.latestNewsWrapper div.newsItem p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.latestNewsWrapper div.newsItem .newsDate, .latestNewsWrapper div.newsItem .newsCategory {
	font-size: 0.8em;
	color: #666666;
}
.latestNewsWrapper p.newsArchive {
	margin-top: 8px;
	text-align:right;
	font-weight: bold;
	font-size: 1em;
}
.latestNewsWrapper p.newsArchive a {
	text-decoration:none;
	color:#0000CC;
}
.latestNewsWrapper p.newsArchive a:hover {
	color:#FF3300;
}
.latestNewsWrapper p.goOn {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
}
