/* News Articles Custom Styles */
.articleTitle {
	font-size : 200%;
	line-height:100%;
	font-weight : bolder;
	color : black;
}
.articleTable {
	background-color: white;
	margin: 0px;
}
.articleTopCell {
	background-color: white;
	color: black;
	font-weight: bold;
	padding: 0px;
	height: 0px;
border-top:0px solid black;
}
.articleTopCell .NormalBold {
	color: black;
}
.articleContentCell {
	color: black;
	padding: 6px;
	background-color: white;
}
.articleTextCell {
	color: black;
	padding: 6px;
	background-color: white;
}
.articleIconCell {
	background-color: white;
	width: 20px;
}
.articleFooterCell {
	color: #FFFFFF;
	padding: 3px;
	background-color: white;
	height: 25px;
}
.articleFooterCell .NormalBold {
	color: black;
}
.featuredTopCell {
	background-color: white;
	color: black;
	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;
}
.article-title {
background-color:#eeeeee;
padding:5px
}