/* News Articles Custom Styles */
.articleTitle { font-size : 18px; color : #999966; font-family: Georgia;  text-decoration:  none; font-weight: normal}
A.articleTitle:link { font-size : 18px; color : #999966; font-family: Georgia;   text-decoration:    none;  font-weight: normal}
A.articleTitle:hover { font-size : 18px; color : #999966; font-family: Georgia;   text-decoration:    none;  font-weight: normal }
A.articleTitle:visited { font-size : 18px; color : #999966; font-family: Georgia;   text-decoration:    none;  font-weight: normal}
.articleTable { background-color: white ; margin: 0px; }
.articleTopCell { background-color: #999966; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleTopCell .NormalBold { color: #FFF; }
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 6px; background-color: #ffffff; }
.articleIconCell { background-color: #ffffff; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #999966; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredTopCell { background-color: #999966; color: white; font-weight: bold; padding: 6px; height: 25px; }

A.Normal.MenuTop:link {
  text-decoration:    underline;
  color: #999966;
}

A.Normal.MenuTop:visited  {
    text-decoration:    underline;
}

A.Normal.MenuTop:active   {
    text-decoration:    underline;
}

A.Normal.MenuTop:hover    {
    text-decoration:    underline;
    color: #999966;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: #999966;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #999966;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #999966;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #999966;
}