.news_title {
	font: 18px Verdana;
	margin-left: 20px;
	color: #1a394f;
	margin-top: 30px;
}

.news_content {
	width: 880;
	color: #787878;
	font: 11px Verdana;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	border-top: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	border-left-style: none;
	padding: 10px 20px;
	background-color: #f7f7f7;
	border-right-style: none;
	border-color: #dfdfdf;
}

.news_pub_date {
	color: #909090;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 30px;
	font: italic 9px Verdana;
}

a.news_link {
	text-decoration: none;
	color: #b33d2b;
}