/* 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: #f4f6b7;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

a.articleTitle:link
{
	font-weight: bolder;
	font-size: 14px;
	color: #f4f6b7;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

a.articleTitle:visited
{
	font-weight: bolder;
	font-size: 14px;
	color: #f4f6b7;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

a.articleTitle:hover
{
	font-weight: bolder;
	font-size: 14px;
	color: #f4f6b7;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: Underline;
}

.articleDate
{
	font-weight: normal;
	font-size: 12px;
	color: #f4f6b7;
	font-family: Tahoma, Verdana, Arial;
}

.articleTable
{
	margin: 0px;
	background-color: transparent;
}
.articleTopCell
{
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 6px;
	color: white;
	padding-top: 6px;
	height: 25px;
	background-color: transparent;
}
.articleContentCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	color: black;
	padding-top: 6px;
	background-color: transparent;
}

.articleTextCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	color: black;
	padding-top: 6px;
	background-color: transparent;
}
.articleIconCell { width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; height: 25px; }

.featuredTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }

.image
{
	clear: left;
	float: left;
}
