/* News Articles Custom Styles */
.articleTitle, a.articleTitle:link, a.articleTitle:visited, a.articleTitle:hover { 
	background-color: transparent;
	font-family: Trebuchet MS, Arial;
	font-size : 22px; 
	font-weight : bolder;
	text-decoration: none; 
	color : #ab0000; 
	width: 100%;
}
.publishdate {
	color: #333333;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	font-style: normal;
}
.articleTable { 
	background-color: transparent; 
	margin: 0px; 
}
.articleTopCell { 
	background-color: transparent; 
	color: white; 
	font-weight: bold; 
	padding: none; 
	height: 25px; 
}
.articleTopCell .NormalBold { 
	background-color: transparent;
	color: #909090;
	font-size: 12px;
}
.articleContentCell { 
	color: black; 
	background-color: transparent; 
}
.articleTextCell { 
	background-color: transparent;
}
.articleIconCell { 
	background-color: #D0D0D0; 
	width: 20px; 
}
.articleFooterCell { 
	color: #FFFFFF; 
	padding: 3px; 
	background-color: #336699; 
	height: 25px; 
}
.articleFooterCell .NormalBold { 
	color: #FFF; 
}
.featuredTopCell { 
	background-color: #336699; 
	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;
}