/* News Articles Custom Styles */
a.articleTitle:link { font-size : 11px; font-weight : bolder; color : #5f5f5f; }
a.articleTitle:visited { font-size : 11px; font-weight : bolder; color : #5f5f5f; }
a.articleTitle:active { font-size : 11px; font-weight : bolder; color : #5f5f5f; }
a.articleTitle:hover { font-size : 11px; font-weight : bolder; color : #5f5f5f; text-decoration: underline }
.articleTable { background-color: #c0c0c0; margin: 0px;  }
.articleOuterTable { border-bottom: solid 1px #aaaaaa; }
.articleTopCell { background-color: #ffffff; font-weight: bold; padding: 6px; height: 25px; }
.articleTopCell .NormalBold { color: #5f5f5f; }
.articleContentCell { padding: 6px; background-color: #ffffff; }
.articleTextCell { padding: 6px; border: #c0c0c0; background-color: #ffffff; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #c0c0c0; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredTopCell { background-color: #c0c0c0; color: white; font-weight: bold; padding: 6px; height: 25px; }

a.MenuTop:link {
    text-decoration:    none;
}

a.MenuTop:visited  {
    text-decoration:    none;
}

a.MenuTop:active   {
    text-decoration:    underline;
}

a.MenuTop:hover    {
    text-decoration:    underline;
    color: #d24420;
}

a.MenuTopSelected:link {
    text-decoration:    none;
    color: #d24420;
}

a.MenuTopSelected:visited  {
    text-decoration:    none;
    color: #d24420;
}

a.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #d24420;
}

a.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #d24420;
}