.news_title_left {
	background-image: url(/images/news_title_left.png);
	background-repeat: no-repeat;
}

.news_title_bg {
	background-image: url(/images/news_title_bg.png);
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	width: 100%;
}

.news_title_right {
	background-image: url(/images/news_title_right.png);
	background-repeat: no-repeat;
}

.news_subtitle {
	color: #888;
	font-size: 11px;
	border-bottom: 1px solid #888;
}

.news_content {
	color: #666;
	padding: 8px;
}

.news_href {
	color: #008;
	text-decoration: none;
}

.news_href:hover {
	font-weight: bold;
}