     .navigation { color:#000000; font-size: 13px; font-family: Arial, Verdana, sans-serif;}
     .navigation:link 	{color: #000000; text-decoration: none;}
     .navigation:hover 	{color: #000000; text-decoration: none;}
     .navigation:active	{color: #000000; text-decoration: none;}
     .navigation:visited	{color: #000000; text-decoration: none;}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #DEE4ED;
	color: #333333;
}
td, input, select, textarea {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}
.warranty {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
}
.orderSpace {
	line-height: 25px;
}
.popTitle {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
}
.problemTitle {
	font-size: 24px;
	font-family: Arial, Verdana, sans-serif;
	color: #003366;
}
.specialTitle {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
}
.headLine {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
}
.urlHeadLine {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #666666;
}
.redHeadline {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #CC0000;
}
/* Form Related Style ****************/
.formText { 
	font-size: 12px;
	text-align: right;
	color: #000000;
}
.formData {
	font-size: 12px;
	text-align: left;
	color: #000000;
}
.formMsg {
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
}
.formError {
	font-size: 12px;
	text-align: left;
	color: #AA0000;
}
.formSubmit {
	vertical-align: middle;
	height: 60px;
}

/* Page Related Style ****************/
.pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.pageHead {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.pageFoot {
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
}


/* Form Input Styles *****************/
#option { }
#quantity { width: 25px; text-align: right; }
#fname { width: 150px; }
#lname { width: 150px; }
#address1 { width: 150px; }
#address2 { width: 150px; }
#city { width: 150px; }
#state { width: 150px; }
#zip { width: 75px; }
#country { width: 150px; }
#phone1 { width: 35px; }
#phone2 { width: 35px; }
#phone3 { width: 45px; }
#email { width: 150px; }
#ccno { width: 150px; }
#cctype { width: 150px; }
#ccexpmo { }
#ccexpyr { }

