.news_list_title {
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 0px;
}
.news_img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 300px;
	height: auto;
}
.news_title {
	font-weight: bold;
	padding: 10px;
	font-size:large;
}
.news_li {
	background-image: url(news-img/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 20px;
	height: 20px;
	line-height: 1.5em;
}
