/* 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 : #003366; }

.articleTable { background-color: white; margin: 0px; border: 0px; }
.articleTopCell { background-color: #003366; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleContentCell { color: black; padding: 6px; background-color: #FFFFFF; }
.articleTextCell { color: black; padding: 6px; background-color: #FFFFCC; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #003366; height: 25px; }

.featuredTopCell { background-color: #003366; 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;
}

span.float-left {
    float: left;
    /*width: 9em; em width variance by element*/
    padding-right: 1em;
    padding-bottom: 1em;
    background-color: white;
}

span.title {
    width: 100%;/* em width variance by element*/
    padding: .5em;
    color: black;
    background-color: #e0e0e0;
    background: #e0e0e0;
}

span.PageText {
    /*width: 100%; em width variance by element*/
    color: black;
}

span.ReadMore {
    background-color: #FFFFCC;
    color: black; 
    float: right;
}
