@charset "UTF-8";
/* CSS Document */

.news_date {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 5px;
}
#news_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #666666;
	text-decoration: none;
	line-height: 30px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#news_image_attr {
	width: 200px;
	margin: 0px 10px 5px 0px;
	vertical-align: top;
	float: left;
}

#news_text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	margin-left: 5px;
	margin-bottom: 15px;
}
#news_text a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration: none;
}
#news_text a:hover,
#news_text a:focus,
#news_text a:active {
	color:#000000;
	text-decoration: underline;
}

#news_category_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-top: 12px;
}
.news_category_list {
	width: 100%;
	height: 30px;
	background: #DDDDDD;
	margin: 5px 0px 0px 0px;
}
.news_category_date {
	float: left;
	height: 15px;
	width: 60px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	vertical-align: middle;
	margin: 7px 10px 0px 5px;
}
.news_category_list_attr {
	float: left;
	height: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px 0px 0px 0px;
}
.news_category_list_attr a {
	text-decoration: none;
	color: #333333;	
}
.news_category_list_attr a:hover,
.news_category_list_attr a:focus,
.news_category_list_attr a:active {
	color:#000000;
	text-decoration: underline;
}
.news_category_arrow {
	width: 8px;
	haight: 15px;
	border: 0px;
	float: right;
	margin: 7px 5px 0px 0px;
}
.news_category_endlist {
	float: right;
	height: 30px;
	width: 30px;
	margin: 0px;
	background:	url(../images/news_arrow.gif) no-repeat right ;
}

.news_footer_pages {
	width: 100%;
	height: auto;
	background: #DDDDDD;
	margin: 20px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.news_footer_pages a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
}