td {  font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: #333333; text-decoration: none}
.ten {  font-size: 10px; font-weight: normal; text-decoration: none}
a:link {  color: #006699; text-decoration: underline}
a:hover {  color: #006699; text-decoration: none}
a:visited {  color: #006699; text-decoration: none}
.orange12Bold { font-size: 12px; font-weight: bold; text-decoration: none ; color: e86850}
.bold { font-size: 12px; font-weight: bold; text-decoration: none ; color: #000000}
.blueBold { font-size: 12px; font-weight: bold; text-decoration: none ; color: #587498}
.redBold { font-weight: bold; text-decoration: none ; color: #FF0000}
.whiteBold { font-weight: bold; text-decoration: none ; color: #FFFFFF}
.white { font-size: 12px; font-weight: normal; text-decoration: none ; color: #FFFFFF }
a:active {  color: #006699; text-decoration: none}
.redTen { font-size: 10px; font-weight: normal; text-decoration: none ; color: #FF0000}
.red { font-weight: normal; text-decoration: none ; color: #FF0000 }
.whiteCopy { font-size: 13px; font-weight: bold; text-decoration: none ; color: #FFFFFF }

.nav { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #FFFFFF}
.nav a:link { color: #FFFFFF; text-decoration: underline}
.nav a:visited {color: #FFFFFF; text-decoration: underline}
.nav a:hover {color: #000000;text-decoration: none}
.nav a:active {color: #FFFFFF; text-decoration: underline}
/*CART SPECIFIC*/
th {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	color: #e86850;
	font-size: 18px;
	font-weight: bold;
}
.errorMessage {
	color: #FF0000;
	font-weight: bold;
}
input.formButton {
	background: #006699;
	border-bottom: 1px solid #e86850;
	border-left: 1px solid #668099;
	border-right: 1px solid #e86850;
	border-top: 1px solid #003366;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	margin: 5px 5px 0px 5px;
}
.altrowEven {
	background-color: #E6E9EE;
}

.altrowOdd{
	background-color: #D2DAE3;
}
form {
	margin: 0px;
}

input, select, textarea {
	/*font-family: Verdana,Arial,Helvetica,sans-serif;*/
	font-size: 10px;
	color: #393957;
}

input {
	background: #FFFFFF;
	border: 1px solid #006699;
}


select, textarea {
	background: #FFFFFF;
	border: 1px solid #006699;
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-size: 11px;
}