/* News Articles Custom Styles */
.NormalWhite
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.articleQuote
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-color: #FFFFFF;
	border-style: none;
}
	
.articleTitle
{
	font-size: 14px;
	font-weight: bolder;
	color: #0033CC;
}

.articleTable
{
	margin: 0px;
	color: #000000;
}
.articleTopCell
{
	color: #0033CC;
	font-weight: bold;
	padding: 6px;
	height: 25px;
}
.articleContentCell
{
	color: black;
	padding: 0px;
}
.articleTextCell
{
	color: black;
	padding: 0px;
}
.articleIconCell
{
	width: 20px;
}
.articleFooterCell
{
	color: #000000;
	padding: 3px;
	height: 25px;
}

.featuredTopCell
{
	color: #336699;
	font-weight: bold;
	padding: 6px;
	height: 25px;
}

A.Normal.MenuTop:link {
    text-decoration:    underline;
}

A.Normal.MenuTop:visited  {
    text-decoration:    underline;
}

A.Normal.MenuTop:active   {
    text-decoration:    underline;
}

A.Normal.MenuTop:hover
{
	text-decoration: underline;
	color: #0033CC;
}

A.Normal.MenuTopSelected:link
{
	text-decoration: underline;
	color: #0033CC;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}