@charset "UTF-8";
/* CSS Document */

.news_date {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin: 10px 0px 5px 0px;
}
.news_title {
	margin: 0px;
	padding: 0px;
}
.news_title p{
	margin: 0px;
	padding: 0px;
}

.news_separator {
	width: 100%;
	height: 1px;
	background: #999;
}

<!-- news list -->
.news_category_title {
}

.news_category_list {
	width: 97%;
	height: 30px;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px solid #DDD;
}
.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: 97%;
	height: auto;
	background: #EEE;
	margin: 20px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #666;
}
.news_footer_pages a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
}
.last_short_news h1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
}
.last_short_news h2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	margin-top: 10px;
}
.last_short_news h2 a{
	color: #FFF;
	text-decoration: none;
}
