@charset "UTF-8";
/* CSS Document */

.news-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: justify;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.news-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.new-sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	line-height: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.news-text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}


