/* News Articles Custom Styles */
.articleTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #024F19;
	text-decoration: none;
}
TD A.articleTitle:link, A.articleTitle:visited, A.articleTitle:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #024F19;
	text-decoration: none;
}
TD A.articleTitle:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #024F19;
	text-decoration: underline;
}
.articleTable {
	background-color: transparent;
	margin: 0px;
}
.articleTopCell {
	background-color: transparent;
	color: white;
	font-weight: bold;
	padding: 0px;
	height: 18px;
}
.articleTopCell .NormalBold {
	color: #FFF;
}
.articleContentCell {
	color: black;
	padding: 6px;
	background-color: transparent;
}
.articleTextCell {
	color: black;
	padding: 6px;
	background-color: transparent;
}
.articleIconCell {
	background-color: #D0D0D0;
	width: 20px;
}
.articleFooterCell {
	color: #FFFFFF;
	padding: 3px;
	background-color: #024F19;
	height: 25px;
}
.articleFooterCell .NormalBold {
	color: #FFF;
}
.featuredTopCell {
	background-color: #024F19;
	color: white;
	font-weight: bold;
	padding: 6px;
	height: 25px;
}
A.Normal.MenuTop:link {
	text-decoration:    underline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #024F19
}
A.Normal.MenuTop:visited {
	text-decoration:    underline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #024F19
}
A.Normal.MenuTop:active {
	text-decoration:    underline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #024F19
}
A.Normal.MenuTop:hover {
	text-decoration:    underline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
COLOR: #024F19  color: #ff0000;
}
A.articleTitle:link {
	text-decoration:    underline;
	color: #ff0000;
}
A.Normal.MenuTopSelected:visited {
	text-decoration:    underline;
	color: #024F19;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
A.Normal.MenuTopSelected:active {
	text-decoration:    underline;
	color: #024F19;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
A.Normal.MenuTopSelected:hover {
	text-decoration:    underline;
	color: #024F19;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.headlineDeco {
	width:100%;
	height:20px;
	background-image:url('/images/titleBG2.png');
	background-position:right 100%;
	background-repeat:no-repeat;
}
.ImgDiv {
	float:left;
	text-align:left;
	vertical-align:top;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
}

