td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Times;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: -10px;
}
.bodystyle_rev {
	font-family: Times;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: -10px;
	color: #FFFFFF;
}
.homestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.specstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.spechead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.formstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-top:  1px dotted #7b552f;
}
.formhead {
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #7b552f;
}
.faqtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
}
.prodtitle {
	font-family: Times New Roman;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: -10px;
	color: #7b552f;
}
.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.homenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for hidden image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: collapse;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 19px;
left: 15px; /*position where enlarged image should offset horizontally */
}

A:link {text-decoration: underline; color: #0000FF;}
A:visited {text-decoration: underline; color: #0000FF;}
A:active {text-decoration: underline; color: #0000FF;}
A:hover {text-decoration: underline; color: #9C3222;}
