/* News Articles Custom Styles */
.NormalWhite { font-family: Tahoma, Arial, Helvetica; 
font-size: 11px; font-weight: bold; 
color: #FFFFFF; 
}

.articleQuote { font-family: Tahoma, Arial, Helvetica; 
font-size: 8pt; 
border-top: solid 1px #999999; 
border-bottom: solid 1px #999999; 
}
 
.articleTitle { font-size : 14px; font-weight : bolder; color : #8CA2B3; }

.articleTable { background-color: black; margin: 0px;border-width: 0; }

.articleTopCell { background-color: #8ca2b3; 
color: black;
font-size: 14px;
font-weight: bold; 
padding: 6px; 
height: 25px; 
}

.articleContentCell { color: black; padding: 0px; background-color: white;}
.articleTextCell { color: black; border-width: 0; padding: 6px; background-color: #FFFFFF; }
.articleIconCell { background-color: white; width: 20px; }

.articleFooterCell { color: #FFFFFF; 
padding: 3px; 
background-color: #FFFFFF;
height: 25px; }

.featuredTopCell { background-color: #8ca2b3; color: white; font-weight: bold; padding: 6px; height: 25px; }

A.Normal.Menu:link {
    text-decoration:    underline;
}

A.Normal.Menu:visited  {
    text-decoration:    underline;
}

A.Normal.Menu:active   {
    text-decoration:    underline;
}

A.Normal.Menu:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}