/* News Articles Custom Styles */
.articleTitle { font-family: Verdana; font-weight:bold;font-style: normal; font-size:14px; color:#D41921; }
.articleTable { background-color: white; margin: 0px; }
.articleTopCell { background-color: White; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleTopCell .NormalBold { font-family: Verdana; font-weight:normal; font-style:normal; font-size:10px; color:#666666;}
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { color: white; padding: 6px; background-color: White; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #336699; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }
/*BackGround Image*/
.newBody{background-image: url(/astar/portals/0/images/newBody.gif); background-repeat: repeat-x;}


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;
}


