@charset "utf-8";
/* CSS Document */

#newsList {
	margin-right: 30px;
	margin-left: 40px;
}
#newsList p {
	margin-left: 0px;
}
#newsList h2 {
	color: #336699;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 135%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.newsItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFE0EB;
	padding-bottom: 8px;
	padding-top: 12px;
	background-color: #FFFFFF;
}
.newsItem .mainImg {
	border: 1px solid #336699;
	padding: 2px;
	float: right;
}
.newsDate {
	color: #999999;
	font-size: 11px;
}
