@charset "utf-8";
/* CSS Document */
/*################
/ # 	NEWS	 #
/ ################
*/

/*###########################
/ #		news list view		#
/############################
*/

.news-latest-date {
	font-size: 10px;
	font-weight:normal;
}
.news-list-date {
	font-size:10px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}
					
.clearer {
	 border: 0px; 
	 border-top: solid 1px #a7a7a7;
}

.news-latest-morelink { 
	font-size: 10px;
}

.news-latest-morelink a:link{
 	color: #a7a7a7;
	text-decoration: none;
}
								
.news-latest-morelink a:visited {
 	color: #a7a7a7;
	text-decoration: none;
}
								
.news-latest-morelink a:focus {
 	color: #c50c1f;
	text-decoration: none;
}
								
.news-latest-morelink a:hover {
 	color: #c50c1f;
	text-decoration: none;
}

.news-latest-morelink a:active {
	color: #c50c1f;
	text-decoration: none;
}

/*###########################
/ #		news single view	#
/############################
*/

.news-single-author {
	font-size:10px;
}
								
.news-single-timedata {
	font-size:10px;
}