

.imgright {
	background-color: #fff;
	border: 1px solid #999999;
	margin: 5px;
	float: right;
	padding: 3px;	
}

h3.newsDescription {
	width: auto;
	border: 1px solid #d0edfb;
	background:#fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

h3.newsDescription p {
	padding: 5px;
} 
h3.newsDescription a {
	color: #333;
}
h3.newsDescription a:hover {
	color: #000;
	text-decoration: none;
}
.newsDescriptionTitle {
	border-bottom: 1px solid #d0edfb;
	background: #d0edfb;
	color: #363636;
	font-weight:bold;
	font-size: 12px;
}
.newsDate {
	border-bottom: 1px solid #d0edfb;
	background: #d0edfb;
	color: #363636;
	font-weight:normal;
	font-size: 10px;
}



 