/* News Container */
#content div.newsSection {
}

/* News List */
#content table.ArticleList {
	margin: 0;
	padding: 0;
}
#content table.ArticleList td {
	clear: both;
	padding: 0 0 15px 0;
}
#content table.ArticleList td .title h3 {
	margin-top: 0;
}
#content table.ArticleList td .image {
	display: none;
}
#content table.ArticleList td .description .text {
	display: block;
	padding-bottom: 5px;
}
#content table.ArticleList td .description .text p {
	margin: 0;
}
#content table.ArticleList td .description .readMore a {
	float: left;
	margin-bottom: 10px;
}

/* Links */
#content table.ArticleList td .title h3 a,
#content table.ArticleList td .description .readMore a {
	text-decoration: none;
}
#content table.ArticleList td .title h3 a:hover,
#content table.ArticleList td .description .readMore a:hover {
	text-decoration: underline;
}
