@charset "UTF-8";
/* CSS Document */
/**
=========================================
	--- News content ---
=========================================
**/

.newsDiv h1 {
	font-size:1.4em;
	color:#CC6600;
	font-family: Geneva, Verdana, sans-serif;
	border-bottom:1px solid silver;
	margin-bottom:1em;
}
h2.date {
	text-align:right;
	color:#666666 !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.88em !important;
	margin-right:-20px !important;
}
.newsDiv p {
	margin:0 10px;
}
.newsDiv img {
	float:right;
	margin-left:4px;
}
.newsDiv ul {
	list-style-type:none;
	border:1px solid silver;
	padding:4px;
}
.newsDiv ul li {
	background-image:url('/images/marker.gif');
	background-position: 0px 0.4em;
	background-repeat:no-repeat;
	padding:0 0 0 1em;
	margin:4px 0 8px 0;
	line-height:1.6em;
	font-size:1em;
}
.top_scroll {
	margin-right:20px;
}
