body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #FFFFFF;
}
td, input, select, textarea {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	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: 13px;
	font-weight: bold;
	color: #000000;
}
.PageFoot {
	font-size: 10px;
	text-align:center;
}

#WrapHead {
	background-color: #FF7D12;
	border: 1px solid #000000;
}
#WrapFoot {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* 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; }
/* Text Related Styles **************/
.text {
       text-decoration : none;font-size : 8pt;
color : #000000;font-family : tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.small  {
       text-decoration : none;
       font-size : 7pt;
       color : #000000;
       font-family : Arial, Helvetica, sans-serif;
}
.large  {
       text-decoration : none;
       font-size : 8pt;
       color : #FFFFFF;
       font-family : Arial, Helvetica, sans-serif;
}
A:link  {
       text-decoration : underline;
       font-size : 8pt;
       color : #FA0303;
       font-family : Verdana, Arial, Helvetica, sans-serif;
}
A:visited  {
       text-decoration : none;
       font-size : 8pt;
              color : #035AFA;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
A:active  {
       text-decoration : none;
       font-size : 8pt;
       color : #03FA49;
       font-family : Verdana, Arial, Helvetica, sans-serif;
}
A:hover  {
       text-decoration : underline;
       font-size : 8pt;
       color : #035AFA;
       font-family : Verdana, Arial, Helvetica, sans-serif;
}
