/* News Articles Custom Styles */
.NormalWhite 
{
    font-family: TrebuchetMS, Arial, Helvetica; 
    font-size: 11px; 
    font-weight: bold; 
    color: #FFFFFF; 
}
.NormalBold
{
    color: #0053A0 !important; 
}

.articleQuote { font-family: TrebuchetMS, Arial, Helvetica; font-size: 8pt; border-top: solid 0px #999999; border-bottom: solid 1px #999999; }
	
.articleTitle { font-size : 12px; font-weight : bold; color : #333333; }

.articleTable { background-color: transparent; margin: 0px; }
.articleTopCell 
{
    background-color: transparent; 
    color: #333333; 
    font-weight: bold; padding: 20px 0px 0px 0px; height: 25px; }
.articleContentCell { color: black; padding: 0px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 0px; background-color: Transparent; }
.articleIconCell { background-color: transparent; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: transparent; height: 25px; }

.featuredTopCell 
{
    background-color: transparent; 
    color: white; 
    font-weight: bold; 
    padding: 20px 0px 0px 0px;  
    height: 25px; }

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: #333333;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: #333333;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #333333;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #333333;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #333333;
}


.NewsItem
{
    margin: 5px 0 15px 0;
    padding: 0 0 0 0;
}
.NewsItem div.Normal, .NewsItem p, .NewsItem div.NormalBold
{
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
}

.NewsItem div a.SubHead:link, .NewsItem div a.SubHead:visited
{
    text-decoration: none;
}

.NewsItem div a.SubHead:hover
{
    text-decoration: none;
    color: #333333;
}

