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