/* News Articles Custom Styles */
.NormalWhite {
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	color: black; 
	font-family: Verdana; 
}
.articleQuote {
	font-family: Verdana; 
	font-size: 8pt; 
	border-top: solid 0px #999999; 
	border-bottom: solid 0px #999999; 
}
	
.articleTitle {
	font-family: Verdana; 
	font-size : 16px; 
	font-weight : bold; 
	color : black; 
	text-decoration: underline;
}
.articleTitle a:hover{
	font-family: Verdana; 
	font-size : 16px; 
	font-weight : bold; 
	color : black; 
	text-decoration: underline;
}
.articleLink{
	font-family: Verdana; 
	font-size : 9px; 
	font-weight : bold; 
	color : #3a7e8b; 
	text-decoration: underline;
}
.articleLink a:hover{
	font-family: Verdana; 
	font-size : 9px; 
	font-weight : bold; 
	color : #3a7e8b; 
	text-decoration: underline;
}
.articleTable {
	background-color: white; 
	border: none;
	margin: 0px; 
}
.articleTopCell {
	background-color: white; 
	color: black; 
	font-weight: bold; 
	padding: 6px; 
	height: 25px; 
	font-family: Verdana; 
}
.articleContentCell {
	color: black; 
	padding: 6px; 
	background-color: white; 
	font-family: Verdana; 
}
.articleText{
	font-family: Verdana; 
	font-size : 10px; 
	font-weight : normal; 
	color : black; 
}
.articleTextCell {
	color: black; 
	padding: 6px; 
	background-color: white; 
	font-family: Verdana; 
}
.articleIconCell {
	background-color: white; 
	width: 20px; 
}
.articleFooterCell {
	color: black; 
	padding: 3px; 
	background-color: white; 
	height: 25px; 
}

.featuredTopCell {
	background-color: white; 
	color: black; 
	font-weight: bold; 
	padding: 6px; 
	height: 25px; 
}

A.Normal.MenuTop:link {
    text-decoration:    underline;
    color: black;
}

A.Normal.MenuTop:visited  {
    text-decoration:    underline;
    color: black;
}

A.Normal.MenuTop:active   {
    text-decoration:    underline;
    color: black;
}

A.Normal.MenuTop:hover    {
    text-decoration:    underline;
    color: black;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: black;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: black;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: black;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: black;
}