body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.body {
 color: gray; 
 font-size: 9pt; 
 font-family: Tahoma, Verdana, Geneva 
 }
.error {
	color: #FF4500;
	font-size: 12pt;
}
.thanks {
	font-size: 12pt;
	color: Green;
}
.header {
 color: black;
 font-size: 10pt; 
 font-family: Verdana, "Trebuchet MS", Georgia 
 }
 a {
 color: green; 
 font-weight: bold; 
 font-size: 9pt; 
 font-family: Verdana, "Tahoma Regular", Geneva;
 text-decoration: none;
}
a:hover {
 color: Red;
 text-decoration: none;
}
.smallheader {
 color: gray; 
 font-weight: bold; 
 font-size: 9pt; 
 font-family: "Tahoma Regular", Verdana, Geneva 
 }
.large {
	font-size: 18pt;
}
td {
	font-size: 9pt;
}

.medium {
	font-size: 12pt;
}

.price {
	font-size: 8pt; 
	font-family: Tahoma, Verdana, Geneva;
	color: Black;
	background-color: ThreedFace;
}

.pricetxt {
	font-size: 8pt; 
	font-family: Tahoma, Verdana, Geneva;
	color: Black;
}


