.GryText {
	font-family:Helvetica, Arial, sans-serif; 
	color:#444444; 
	line-height:15px; 
	font-size:11px;
}

.HeaderText {
	font-family: Geneva, Tahoma, Arial, sans-serif; 
	color:#666666; 
	text-transform:uppercase; 
	line-height:15px; 
	font-size:12px;
	
}

a:link {
	color:#3F9C35;
	text-decoration:underline; 
	
}

a:active {
	color:#3F9C35;
	text-decoration:underline;  
	
}

a:visited {
	color:#3F9C35;
	text-decoration:underline; 
	
}

a:hover {
	color:#3F9C35; 
	font-weight:bold;
	text-decoration:underline;
}



/* zoom image */

#zoom1 a {
	float:none;
	margin: 0 0 10px 0px;
	border: 5px solid #D7D7D7;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 80px; /* show only thumbnail */
	height: 55px;
	background: url('../images/zoom1.jpg') no-repeat top left;
	}

#zoom1 a:hover {
	border: 8px solid #D7D7D7;
	width: 399px; /* adjust size to zoomed photo */
	height: 288px;
	background-position: 0 -104px; /* move the image so only the big one shows */
	}

#zoom2 a {
	float:none;
	margin: 0 0 10px 0px;
	border: 5px solid #D7D7D7;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display:block;
	width: 80px; /* show only thumbnail */
	height: 55px;
	background: url('../images/zoom2.jpg') no-repeat top left;
	}

#zoom2 a:hover {
	border: 8px solid #D7D7D7;
	width: 399px; /* adjust size to zoomed photo */
	height: 288px;
	background-position: 0 -104px; /* move the image so only the big one shows */
	}


#zoom3 a {
	float:none;
	margin: 0 0 10px 0px;
	border: 5px solid #D7D7D7;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 80px; /* show only thumbnail */
	height: 55px;
	background: url('../images/zoom3.jpg') no-repeat top left;
	}

#zoom3 a:hover {
	border: 8px solid #D7D7D7;
	width: 399px; /* adjust size to zoomed photo */
	height: 288px;
	background-position: 0 -105px; /* move the image so only the big one shows */
	}

#zoom4 a {
	float:none;
	margin: 0 0 10px 0px;
	border: 5px solid #D7D7D7;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 80px; /* show only thumbnail */
	height: 55px;
	background: url('../images/zoom4.jpg') no-repeat top left;
	}

#zoom4 a:hover {
	border: 8px solid #D7D7D7;
	width: 399px; /* adjust size to zoomed photo */
	height: 288px;
	background-position: 0 -104px; /* move the image so only the big one shows */
	}

#zoom5 a {
	float:none;
	margin: 0 0 10px 0px;
	border: 5px solid #D7D7D7;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 80px; /* show only thumbnail */
	height: 55px;
	background: url('../images/zoom5.jpg') no-repeat top left;
	}

#zoom5 a:hover {
	border: 8px solid #D7D7D7;
	width: 399px; /* adjust size to zoomed photo */
	height: 288px;
	background-position: 0 -105px; /* move the image so only the big one shows */
	}


#zoom6 a {
	float:none;
	margin: 0 0 10px 0px;
	border: 5px solid #D7D7D7;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 80px; /* show only thumbnail */
	height: 55px;
	background: url('../images/zoom6.jpg') no-repeat top left;
	}

#zoom6 a:hover {
	border: 8px solid #D7D7D7;
	width: 399px; /* adjust size to zoomed photo */
	height: 288px;
	background-position: 0 -104px; /* move the image so only the big one shows */
	}

