/*** Latest news feed **/
.miniNewsFeed{
	width: 244px;
	padding-top: 5px;
}

.miniNewsFeed .title{
	font-size: 1.4em;
	color: #00a8a8;
	padding-left: 5px;
}

.miniNewsFeed .body{
	border-top: solid 6px #00a8a8;
}

.miniNewsFeed .article_title{
	height: 18px;
}

.miniNewsFeed .tableContents {
	float: none;
}

.miniNewsFeed .article_title {
	padding: 0px 5px;
	font-weight: bold;
	width: 234px;
	height: 18px;
}

.miniNewsFeed .article_title a{
	color: #00A8A8;
}

.miniNewsFeed .standfirst,
.miniNewsFeed .more_link{
	clear: both;
	width: 234px;
	padding: 0px 5px;
}

.miniNewsFeed .standfirst{
	height: 36px;
}
/*** Latest news feed **/
