@charset "UTF-8";


	.news {
	width:940px;
	height:70px;
	clear: both;
	background-image: url('latest_news_bground.jpg');
	background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
	
	
	
	.latest_news {
	float: left;
	width:820px;
	height:40px;
	text-align:left;
	padding-left: 120px;
	margin-top: 25px;
	}
	
	#news_div {
	font-family:Arial, Helvetica, sans-serif;
	color:#7a7a7a;
	font-size: 13px;
	}
	
	#news_div ul{
	list-style:none;
	}
	
	#news_div li a{
	color:#187ac7;
	text-decoration:none;
	}
	
	#news_div li a:hover{
	color:#187ac7;
	text-decoration:underline;
	}