
.newsletterImg {
	border-bottom: 1px solid #DDD;
	width: 220px;
}
.newsTable {
	border: 0;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}
.newsHeader {
	background: #E4F1F9;
	color: #333;
	font-size: 15px;
	height: 30px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
}
.newsTable td {
	border-bottom: 1px solid #DDD;
	color: #777;
	height: 30px;
	text-indent: 10px;
	vertical-align: middle;
}
.newsTable .newsLatest {
	font-weight: bold;
}
.newsTable .newsLatest a {
	font-weight: normal;
}
