.newsHeadline {
	font-weight:bold;
	color:#439245;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top:10px;
	
	float:none;
	height:24px;
}
.newsHeadlineIcon {
	width:20px;
	background-image:url('../img/news_icon_expand.gif');
	background-position:0px 2px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}
.newsHeadlineIcon.expanded {
	background-image:url('../img/news_icon_close.gif');
	cursor:pointer;
}
.newsHeadlineText {
	float:left;
}
.newsHeadlineText a{
	font-size:15px;
	color:#439245;
	text-decoration:none;

}
.newsHeadlineText span a{
	font-size:15px;
	color:#439245;
	text-decoration:none;
}



.newsSection {
	padding-top:10px;
	padding-bottom:0px;
	display:none;
}

.newsItemDate {
	font-size:11px;
	line-height:1.5;

	
}
.newsItem {
	font-size:11px;
	font-weight:bold;
	line-height:1.5;
	padding-bottom:10px;

}
.newsItem a {
	color:#333333;
	text-decoration:none;

}

.newsItem a:hover {
		text-decoration:underline;

}