.news_item {
	background-color: #FAFAFA;

	border: 1px solid #CCCCCC;
	margin-bottom:10px;

}

.news_item h2 {
	background-color: #DDDDDD;
	color: #13467F;
	margin-top:0px;
	padding: 5px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}

.news_item h2 em {
	font-size: 0.6em;
	font-weight: normal;
	display: block;
	float: right;
	font-style: normal;

}

.news_body {
		padding: 8px 8px 8px;
		height:150px;
		overflow:auto;
}