/* News Articles Custom Styles */
.articleTitle { font-size : 18px; font-weight : bolder; color : #006600; }
.articleTable { font-size : 12px; background-color: black; margin: 0px; }
.articleTopCell { font-size : 12px; background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleTopCell .NormalBold { font-size : 12px; color: #FFF; }
.articleContentCell { font-size : 12px; color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { font-size : 12px; color: black; padding: 6px; background-color: #FFFFCC; }
.articleIconCell { font-size : 12px; background-color: #D0D0D0; width: 20px; }
.articleFooterCell { font-size : 12px; color: #FFFFFF; padding: 3px; background-color: #336699; height: 25px; }
.articleFooterCell .NormalBold { font-size : 12px; color: #FFF; }
.featuredTopCell { font-size : 12px; background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }
.Normal { font-size : 12px; }

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;
}