/* 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 { margin: 0px; }
.articleTopCell { background-color: #006600; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 6px; background-color: #FFFFCC; }
.articleIconCell { width: 20px; }
.articleFooterCell {
	background-color: #A06604;
	color: #000000;
	padding: 3px;
}

.featuredTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }

.articleFooterRow {
	background-color: #A06604;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

.featuredTable {
	background-color: #FB9701;

}
