/* Original Styles */
body {
	background-color: #666666;
}
.style2 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.style4 {color: #999999}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.style7 {font-size: 10px}
.style8 {
	color: #FFFFFF;
	font-weight: bold;
}
.style9 {color: #999999; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.style10 {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* DIV Styling - NEW */
.catlist a
{
	width: 463px;
	height: 88px;	
	float: left;
	display: block;	
	margin-bottom: 20px;
	text-decoration: none;	
}

	.catlist a .catimage 
	{
		float: left;
	}
	
	.catlist a .header 
	{		
		float: left;
		margin-left: 20px;
		margin-top: 28px;	
	}
	
.thumbphoto {
	width: 125px;
	height: 82px;
	border: solid 3px #FFF;
	margin: 0px 20px 20px 0px;		
	float: left;
	overflow: hidden;
}	