/* 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-weight: bolder;
	font-size: 14px;
	color: #8a614c;
}

.articleTable { background-color: black; margin: 0px; }
.articleTopCell { background-color: #d3d4d6; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 6px; background-color: #FFF; }
.articleIconCell { background-color: #d3d4d6; width: 20px; }
.articleFooterCell
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #000 !important;
	padding-top: 3px;
	height: 25px;
	background-color: #d3d4d6;
}
.articleFooterCell .Normalbold
{
	color: #000 !important;
}
.featuredTopCell { background-color: #8A614C; color: yellow; font-weight: bold; padding: 6px; height: 25px; }

.newsTitle, .newsTitle:link, .newsTitle:active, .newsTitle:visited
{
	color:#D90327 !mportant;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom: 10px;
	letter-spacing: 2px;
}

.newsTitle:hover
{
	text-decoration:none;
}

.NewsMoreInfo
{
	color:#D90327;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
}

.NewsMoreInfo:hover
{
	text-decoration:underline;
}
