body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.75em;
	background-color: #B9BCCC;
	padding: 5px 5px 1px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
#orderForm {
	padding: 0px;
	border: 1px dashed #333333;
	width: 600px;
	background-color: #EBF2FF;
}
p, h1, h2, div.error {
	padding-left: 10px;
}
table {
	font-size: 12px;
}
h2 {
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 2px;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
}
th,td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}

#contactInfo th {
	text-align: right;
	vertical-align: middle;
	width: 100px;
}
p, li, div.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

li {
	margin-bottom: 0px;
}

tr.odd {
	background-color: #E5E9EC;
}

tr.odd th, tr.even th {
	padding-left: 20px;
}

th.item {
	text-align: left;
	width: 55px;
	padding-left: 23px;
}

.error {
	font-weight: bold;
	color:#FF0000;
}

.hidden {
	display: none;
}

.notreq {
	font-weight: normal;
}
.noEmph {
	font-size: 90%;
	font-weight: normal;
}
th.division {
	background-color: #D0D3E6;
	padding-left: 23px;
}

.smallprint {
	font-size: 85%;
	color: #666666;
}
