@charset "utf-8";
/* CSS Document */

.news {
	padding: 5px;
	border: 1px solid #999;
	width: 300px;
	float:left;
	margin-right: 10px;
	margin-top: 10px;
}
.news a {
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
.news h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.news .newsitem {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.news .newsitem p {
	font-size: 0.8em;
	color: #666;
	margin: 0px;
	padding: 0px;
}