/* News Articles Custom Styles */
.NormalWhite { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #333333; }
.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 { background-color: black; margin: 0px; }
.articleTables { background-color: White; margin: 0px; }
.articleTopCell { background-color: #DEDEDE; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; font-size:xx-small; }
.articleTextCell { color: black; padding: 6px; background-color: #F0EEEE; font-size:xx-small; }
.articleTextCells { color: black; padding: 6px; background-color:White; font-size:xx-small; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: Black; padding: 3px; background-color: #DEDEDE; height: 25px; }

.featuredTopCell { background-color: #DEDEDE; color: white; 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: #ff0000;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

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;
}