TABLE.NewsContainer
{
	width: 100%;
	text-align: center;
}
TD.ArticleTitle
{
	color: #6495ED;
	font-size: 11pt;
	font-weight: bold;
}
TD.ArticleSubTitle
{
	color: #cccccc;
	padding-bottom: 10px;
}
TD.ArticleText
{
	padding-bottom: 8px;
}
IMG.ArticleImage
{
	float: left; 
	position: static;
	margin-right: 10px;
	margin-bottom: 10px;
}
