/* News Articles Custom Styles */
.NormalWhite { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #FFFFFF; }
.articleQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }
	
.articleTitle { font-size : 14px; font-weight : bolder; color : #006600; }

.articleTable { background-color: black; margin: 0px; }
.articleTopCell
{
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 6px;
	color: white;
	padding-top: 6px;
	height: 25px;
	background-color: royalblue;
}
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	color: black;
	padding-top: 6px;
	background-color: floralwhite;
}
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #ffffff;
	padding-top: 3px;
	height: 25px;
	background-color: #E4EBF6;
}

.featuredTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }
