a.over:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:
	vertical-align: middle;
}
a.over:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:
	vertical-align: middle;
} 
a.over:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6CE6C;
	text-decoration: none;
	text-align:
	vertical-align: middle;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #669933;
}
td, input, select, textarea {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
}

.quest {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #669933;


}

.content {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color : #000000;

}

/* Page Related Style ****************/
.InnerCell {
	width: 750px;
	background-color: #ffffff;
}
.DefaultTable {
	padding: 4px;
}
.PageTitle {
	font-size: 16px;
	font-weight: bold;
}
.PageHead {
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.PageFoot {
	font-size: 10px;
	text-align:center;
	color: #000000;
}

#WrapHead {
	background-color: #669933;
	border: 1px solid #669933;
}
#WrapFoot {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* Form Related Style ****************/
.FormTextL {
	text-align: left;
}
.FormTextR {
	text-align: right;
}
.FormTextC {
	text-align: center;
}
.FormMsg {
	font-size: 10px;
}
.FormError {
	color: #AA0000;
}
.FormSubmit {
	vertical-align: middle;
	height: 60px;
}

/* Form Input Styles *****************/
#option { }
#quantity { width: 25px; text-align: right; }
#title { width: 50px; }
#fname { width: 125px; }
#lname { width: 150px; }
#address1 { width: 175px; }
#address2 { width: 150px; }
#city { width: 175px; }
#state { width: 150px; }
#zip { width: 75px; }
#country { width: 150px; }
#phone1 { width: 35px; }
#phone2 { width: 35px; }
#phone3 { width: 45px; }
#email { width: 175px; }
#ccno { width: 150px; }
#cctype { width: 150px; }
#ccexpmo { }
#ccexpyr { }
#cccvv { width: 45px; }
