@charset "ISO-8859-1";
body {
	text-align: left !important;
}
product {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
a.product {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
a.product:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
a.active {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #5d6b21;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

/* Added by Jamie */
.topnav a {
	text-decoration: none;
}
.topnav a:hover {
	font-size: 110%;
	font-weight: bold;
}
.maintable {
	background: #FFF;
}