/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-size: 10pt;
}
th {
	background-color: #FF9933;
}
table .orangeborder {
	border: 1px solid #FF9933;
}
.button {
	background-color: #FF9933;
}
.products {
	font-weight: bold;
	color: #CC3300;
	font-size: 10pt;
}
.subTable {
	border: 1px solid #66CC33;
}
.subheading {
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
}
.coupon {
	border: medium dashed #66CC33;
}
hr {
	color: #FF9933;
}
