/* News Articles Custom Styles */
.NormalWhite { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: white; }
.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 : #00a8ff; }

.articleTable { background-color: #00a8ff; margin: 0px; }
.articleTopCell { background-color: #00a8ff; color: white; font-weight: bold; padding: 6px; height: 18px; }
.articleContentCell { color: black; padding: 6px; background-color: white; }
.articleTextCell { color: black; padding: 6px; background-color: whitesmoke; }
.articleIconCell { background-color: whitesmoke; width: 20px; }
.articleFooterCell { color: white; padding: 3px; background-color: #00a8ff; height: 18px; }

.featuredTopCell { background-color: #ff9900; color: white; font-weight: bold; padding: 6px; height: 18px; }