<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* News Articles Custom Styles */
.NormalFeatured { font-family: Tahoma, Arial, Helvetica; font-size: 16px; font-weight: bold; color: #666666; }
.NormalFeatured_Mobile *{ font-family: Tahoma, Arial, Helvetica; font-size: 16px; font-weight: normal; color: #333333; }
.NormalWhite { font-family: Tahoma, Arial, Helvetica; font-size: 16px; font-weight: bold; color: White; }
.articleQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }
	
.articleTitle { font-size : 14px; font-family: Verdana; font-weight : bolder; color : #006600; }

.articleTable { background-color: white; margin: 0px; }
.articleTopCell { background-color: #336633; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 6px; background-color: #FFFFFF; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #80B288; height: 25px; }

.featuredTopCell { background-color: #FFFFFF; color: Black; font-weight: bold;}

.line_blue {
	border-bottom: solid 2px #999999;
}
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;
}</pre></body></html>