a {
	text-decoration: none;
}

#highlight a img {
	vertical-align: bottom;
	margin: 2px;
	border: solid 2px #efefef;
}
#highlight a:hover img {
	border-color: #669933;
}
#highlight a:hover {  /* wakeup IE */
	border-width: 0;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 22px;
	font-style: normal;




}

.section-title {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 22px;
	font-style: italic;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

