/* News Articles Custom Styles */
.NormalWhite { font-family: Trebuchet MS, Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #404040; text-transform: uppercase; letter-spacing: 0.1em; }
.articleQuote { font-family: Trebuchet MS, Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #a2a2a2; border-bottom: solid 1px #a2a2a2; }

.articleTitle { font-size : 14px; font-weight : bolder; color : #006600; }

.articleTable { background-color: #808080; margin: 0px; }
.articleTopCell { background-color: #c6c7e4; color: #404040; font-weight: bold; padding: 6px; height: 20px; }
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 6px; background-color: #f1f1f1; }
.articleIconCell { background-color: #e6e6e6; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #c6c7e4; height: 20px; }

.featuredTopCell { background-color: #dcdcdc; color: white; font-weight: bold; padding: 6px; height: 20px; }

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;
}

