.cartTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
	background-color: #c8c8c8;
	font-weight: bold;
}
.cartSubtotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	background-color: #C8C8C8;
}
.pageTitle {
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
}
.CartTotals {
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	background-color: #C8C8C8;
}
.formLables {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: right;

}
.textMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textLrg {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.error {
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
}
.formbutton {
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	font-weight: bold;
	cursor: hand;
}
.textSml {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
}
