/* News Articles Custom Styles */
.articleTitle { 
	font-size : 12px; 
	font-weight : bold; 
	color : #0a5597; 
	}
A.articleTitle:link { 
	font-size : 12px; 
	font-weight : bold; 
	color : #0a5597; 
	}
A.articleTitle:active { 
	font-size : 12px; 
	font-weight : bold; 
	color : #0a5597; 
	}
A.articleTitle:visited { 
	font-size : 12px; 
	font-weight : bold; 
	color : #0a5597; 
	}
A.articleTitle:hover { 
	font-size : 12px; 
	font-weight : bold; 
	color : #0a5597; 
	}
.articleTable { background-color: transparant; margin: 0px; }
.articleTopCell { background-color: transparant; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleTopCell .NormalBold { color: #000000; }
.articleContentCell { color: black; padding: 0px; background-color: transparant; }
.articleTextCell { color: black; padding: 4px; background-color: transparant; }
.articleIconCell { background-color: transparant; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: transparant; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredTopCell { background-color: transparant; color: white; font-weight: bold; padding: 6px; 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: #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;
}
