/* News Articles Custom Styles */
.articleTitle { font-size : 14px; font-weight : bolder; color : #000000; }
.articleTable { background-color: black; margin: 0px; }
.articleTopCell { background-color: #000000; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleTopCell .NormalBold { color: #ffcc00; }
.articleContentCell { color: black; padding: 6px; background-color: #000000; }
.articleTextCell { color: black; padding: 6px; background-color: #000000; }
.articleIconCell { background-color: #000000; width: 20px; }
.articleFooterCell { color: #ffcc00; padding: 3px; background-color: #000000; height: 25px; }
.articleFooterCell .NormalBold { color: #ffcc00; }
.featuredTopCell { background-color: #000000; color: white; font-weight: bold; padding: 6px; height: 25px; }

.MenuTop:link {
    text-decoration:    underline;
    color: white;
}

.MenuTop:visited  {
    text-decoration:    underline;
    color: white;
}

.MenuTop:active   {
    text-decoration:    underline;
    color: white;
}

.MenuTop:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

.MenuTopSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}