/* CSS Document */

#featBox a {
	text-decoration: none;
	display: block;
	height: 85px;
	width: 430px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
	padding-top: 2px;
	margin-bottom: 2px;
}
#featBox a:hover {

	background-color: #EEEEEE;
	cursor:pointer;
}
.featTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	padding-top: 5px;
}
.featContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.featImg {
	float: left;
	height: 85px;
	width: 85px;
}
.featText {
	height: 85px;
	width: 330px;
	float: left;
	display: inline;
	text-align: left;
	clear: right;
	margin: auto;
	top: auto;
	bottom: auto;
	overflow: hidden;
	visibility: visible;
}