/*
	Cascade Style sheet copyright 2003 of Driven Gear
	Date 12/31/03
	IE 5.X and Netscape 6.x complaint
*/
.bodytext{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : Black;
}
.bodylink{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;	
	color : #006699;
}
.bottommenu {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : Black;
}
.bottomcredit {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : Gray;
}
a:hover{
	text-decoration : underline;
}
.quote{
	font-family : Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : Black;
}
.company{
	font-family : Times New Roman, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration : none;
	color : #0033cc;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	background: #FFFFFF;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
}
.form_button {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: White;
	background: #006699;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
