#jqnews {
	border: solid 1px transparent;
	width: 660px;
	height: 180px;
	overflow: hidden;
	margin: 0 auto;
}
#jqnews div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 310px;
	margin: 10px;
	display: block;
	text-align: left;
	overflow: hidden;
}
#jqnews a {
	color: #123456;
	text-decoration: none;
}
#jqnews a:hover {
	text-decoration: underline;
}
.NewsTitle {
	display: block;
	color: #123456;
	font-size: 20px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.NewsImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #cccccc;
}
.NewsImg:hover {
	float: left;
	margin-right: 10px;
	padding: 2px;
	background-color: #6c4000;
	border: 1px solid #6c4000;
}
.NewsLead {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	display: block;
	margin-bottom: 3px;
}
.NewsLink a:link, .NewsLink a:visited {
	color: #123456;
	display: block;
}

