/* news Items */
.news {
	margin: 10px 0px 10px 0px;
	border: 1px solid #EEEEEE;
	padding: 0px 10px 0px 10px;
	clear: both;
	min-height: 100px;

}

.news_heading {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

div .news_image {
	margin: 20px 10px 20px 10px;
	font-size: smaller;
	text-align: center;
}

.news_story {
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}

.news_story p {
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

