.news_list {
	
}

.news_list strong {
	color: #ff0000;
}

.news_list .text {
	padding: 10px 0 20px 0;
}

.news_list .text a {
	font-weight: bold;
}


.news_item {
	font-family: arial;
	font-size: 12px;
	
	color: #000000;
}

.news_item h1 {
	margin: 0 0 5px 0;
	
	font-size: 22px;
	
	color: #ff0000;
}

.news_item .text {
	padding: 10px 0;
}

/*	NEWS FRONT	*/

.news_front_text strong {
	font-size: 13px;
	
	color: #ff0000;
}

.news_front_text_first strong {
	font-size: 16px;
	
	color: #ff0000;
}

.news_front_text_first a {
	font-weight: bold;
}

.news_list_front .text {
	padding: 10px 0 10px 0;
	
	font-size: 11px;
}

.news_list_front .text_first {
	padding: 10px 0 10px 0;
	
	font-size: 13px;
}

.news_list_front .text a {
	font-weight: bold;
}

.news_front_image {
	 float:left;
	 width: 134px;
}

.news_front_line {
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	
	border-bottom: 1px solid #999999;
}