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