/* News Articles Custom Styles */
.articleTitle {
	font-size : 14px;
	font-weight : bolder;
	color : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.articleTable { margin: 0px; }
.labelnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-style: italic;
	width: 100%;
}
.articleTopCell { background-color: #782d35; color: white; font-weight: bold; height: 25px; }
.articleTopCell .NormalBold { color: #FFF; }
.articleContentCell { color: black; padding: 0px; background-color: #eeeeee; }
.articlecomplet { color: black; padding: 10px; background-color: #ffffff; }
.articleTextCell {
	color: #000000;
	padding: 6px;
	background-color: white;
	border: 1px solid #cccccc;
}
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #336699; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredTopCell { background-color: #782d35; color: white; font-weight: bold; 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;
}
