a:  { 
	color: #000000; 
	text-decoration: none
}
a:link {
	color: #CC33CC;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;

}

a:visited {
	color: #FF6699;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;

: bold; 
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;

: bold; 
}
a:hover  {
	color: #4A5ADE;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	
}

.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4A5ADE;
}
.bodyhome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4A5ADE;
}

.headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #9900FF;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000099;
}
.cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
.prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #315194;
	font-style: normal;

}
.product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5A2029;
	text-transform: none;
	font-style: normal;
}
.productcell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #CCCCFF;
	font-weight: bold;
	color: #0033CC;

}
.productcell2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFCC;
	color: #0033CC;

}

/*
// Added by Stephen Hermer
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A2029;
	background-color: #cce9ff;
}

textarea 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A2029;
	background-color: #cce9ff;
	height=90px;
	width=200px;
}
*/