/* News Articles Custom Styles */
.articleTitle {
	font-size : 14px;
	font-weight : bolder;
	color : #436794;
	font-family: Arial, Helvetica, sans-serif;
}
.articleTable {
	margin: 0px;
	background-color: #F0E0AE;
}
.articleTopCell {
	font-weight: bold;
	padding: 6px;
	height: 25px;
	font-size: 10px;
}
.articleTopCell .NormalBold {
	font-size: 10px;
}
.articleContentCell { color: black; padding: 6px; background-color: #F0E0AE; }
.articleTextCell { color: black; padding: 6px; background-color: #F0E0AE; }
.articleIconCell { background-color: #F0E0AE; width: 20px; }
.articleFooterCell { padding: 3px; height: 25px; }
.articleFooterCell .NormalBold { }
.featuredTopCell { 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;
}

