.news_content{
	width:610px;
	background:#fff;
	padding:10px 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	float:left;
}

.news_content .title{
	background:url(../images/news_title.jpg) no-repeat;
	width:159px;
	height:20px;
	margin:0px;
}

.news_content .content{
	width:100%;
	margin:10px 0 0 0;
}

.news_content .content .item{
	width:100%;
	margin-bottom:10px;
}

.news_content .content .item .item_title{
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#36F;
}

.news_content .content .item .item_date{
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#000;
}

.news_content .content .item .item_text{
	width:100%;
}

.news_content .content .item .item_text a{
	color:#000;
	text-decoration:underline;
}

.news_content .content .item .item_text a:hover{
	color:#36C;
	text-decoration:none;
}

.news_content .content .news_spliter{
	width:100%;
	height:1px;
	margin:10px 0;
	background-color:#CCC;
}

.news_content .content .no_regists{
	width:100%;
	text-align:center;
}

.page_control{
	width:600px;
	height:20px;
	padding:5px;
	margin-top:5px;
	text-align:right;
	background-color:#DDD;
}

.page_control .page_info{
	width:200px;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	margin-left:200px;
}

.page_control .page_selection{
	width:195px;
	height:20px;
	line-height:20px;
	text-align:right;
	margin-right:5px;
	float:left;
}

.page_control .page_selection a{
	color:#000;
	text-decoration:underline;
}

.page_control .page_selection a:hover{
	color:#36C;
	text-decoration:none;
}


.news_content p{
	margin:10px 0px;
	text-align:justify;
	float:left;
	width:100%;
}