.InnerTable {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	clip: rect( );
	border: none;
	color: #000000;
}	
.Headings {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	clip: rect( );
	color: #FFFFF0;
	background-color: #309D66;
	border: 1px solid #000000;
	font-weight: bold;
}
.Messages {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	clip: rect( );
	color: #B3E6CC;
	border: 1px solid #000000;
	background-color: #23754B;
	padding: 2px;
}
.FieldNames {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	border-style: none;
	clip: rect( );
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
.Notes {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	border-style: none;
	clip: rect( );
	color: #000000;
}
.FieldBoxes {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	clip: rect( );
	color: #000000;
	background-color: #B3E6CC;
	border: 1px solid #309D66;
}
table.table-orderform {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px 1px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: separate;
	background-color: #66CC99;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
table.table-cartcontents {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: black;
	border-collapse: separate;
	background-color: #66CC99;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #FFFFFF;
}
table.table-cartcontents th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black;
	background-color: #309D66;
	-moz-border-radius: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif; font-size: 11px;
	font-weight: bold;
}
table.table-cartcontents td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black;
	background-color: #66CC99;
	-moz-border-radius: 0px 0px 0px 0px;			
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #FFFFFF;
}

