.news_list {
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}
.news_list .news_list_title {
	padding-left: 10px;
	background-image: url('../images/gui/bullet_red.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #214080;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
}
.news_list .news_list_thumb a {
	float: left;
	border: 1px solid #333333;
	padding: 2px;
	margin-right: 10px;
}
.news_list .news_list_desc {
	/*padding-left: 10px;*/
	text-align: justify;
}
.news_list .news_list_date {
	font-weight: bold; font-style: italic;
}
.news_list .news_list_source {
}

.news_detail {
	margin-bottom: 10px;
}
.news_detail .news_detail_title {
	padding-left: 10px;
	background-image: url('../images/gui/bullet_red.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #214080;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
	margin-bottom: 5px;
}
.news_detail .news_detail_date {
	font-weight: bold; font-style: italic;
}
.news_detail .news_detail_thumb {
	float: left;
	border: 1px solid #333333;
	padding: 2px;
	margin-right: 10px;
}
.news_detail .news_detail_desc {
	text-align: justify;
}
.news_detail .news_detail_source {
}
.news_detail .news_detail_images {
	margin-top: 10px; clear: both;
}
.news_detail .news_detail_images img {
	float: left;
	border: 1px solid #333333;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}