.news_table {
	font-family: Helvetica;
	font-size: 12pt;
	color: #000000;
}
.news_title {
	font-family: Helvetica;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}
.news_content {
	font-family: Helvetica;
	font-size: 10pt;
	color: #333333;
}
.news_date{
	font-family: Helvetica;
	font-size: 10pt;
	color: #999999;
}
.news_link {
	font-family: Helvetica;
	font-size: 10pt;
	color: #333333;
}
.news_link:hover {
	color: #86A629;
}


