/* News Articles Custom Styles */
.articleTitle { font-size : 14px; font-weight : bolder; color : #006600; }
.articleTable { background-color: #ffffff; margin: 0px; }
.articleTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleTopCell .NormalBold { color: #ffcc99; }
.articleContentCell { color: #000000; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { color: #ffffff; padding: 6px;}
.articleText { color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #000000; padding: 3px; background-color: #336699; height: 25px; }
.articleFooterCell .NormalBold { color: #000000; }
.featuredTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleDate{ font-size : 12px; font-weight : bolder;color : #FFFFFF;}
.articleTitleList{ font-size : 12px; font-weight : bolder;color : #FFCC66;}

A.articleTitleList:link{
	font-size : 12px;
	font-weight : bolder;
	color : #FFCC66;
}

A.articleTitleList:hover{
    text-decoration:    underline;
	font-size : 12px;
	font-weight : bolder;
	color : #FFCC66;
}


A.articleTitle:link{
    text-decoration: underline;
	font-size : 14px;
	font-weight : bolder;
	color : #990000;
}

A.articleTitle:hover{
    text-decoration:    underline;
	font-size : 14px;
	font-weight : bolder;
	color : #000000;
}

A.articleText:link { 
    color: #003366;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	 }
A.articleText:hover { 
	color: #000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	text-decoration:underline; }

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;
}


