/* News Articles Custom Styles */
.articleTitle { font-size : 1.5em; font-weight : bolder; }
.articleTable { margin: 0px; }
.articleTopCell { color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleContentCell { padding: 6px; }
.articleTextCell { padding: 6px; }
.articleIconCell { width: 20px; }
.articleFooterCell { padding: 3px; height: 25px; }
.articleFooterCell .NormalBold {  }
.featuredTopCell { 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;
}