body {
	background: #ffffff;
	text-align: center;
	margin: 0px auto 20px;
	font: 13px Arial, Helvetica, Verdana, sans-serif;
}
h1 {
	font-size: 160%;
	color: #0067b4;
}
h2 {
	font-size: 120%;
}
h3 {
	color: #0067b4;
	font-size: 130%;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
table {
	text-align: center;
}
.exit {
	font: bold 16px Arial, Helvetica, Verdana, sans-serif;
	color: #0067b4;
}
th {
	color: #ffffff;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	background: #0663a8;
}
ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
li {
	margin-top: 0px;
	margin-bottom: 0px;
}
#processForm {
	text-align: left;
}
#formField {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 0px;
	margin: 0px;
	background-color: #D1E3EE;
}
#formField input {
	margin: 0px;
	padding: 0px;
	border: none;
}
#coupon {
	text-align: center;
	padding: 5px;
	width: 400px;
	border: medium dashed #0067b4;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
#headerArea {
	height: 85px;
	width: 520px;
	text-align: left;
	vertical-align: bottom;
	background-attachment: scroll;
	background-image: url(images/checkoutHeader.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerArea p {
	margin-bottom: 0px;
	margin-top: 0px;
}

#contentArea {
	background: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	clear: both;
}
#contentArea h1 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #0663a8;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 0px;
	padding: 5px;
}
#headerArea #countdownArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0663A8;
	background-attachment: scroll;
	background-image: url(images/counterGraphic.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 44px;
	width: 183px;
	margin-top: 0px;
	margin-left: 330px;
	padding-top: 25px;
}
#headerArea #countdownArea p {
	padding-top: 17px;
	text-align: right;
	padding-right: 108px;
}
a:link {
	font-weight: bold;
	color: #003F88;
}
a:hover, a:visited {
	font-weight: bold;
	color: #0067b4;
}
b {
	font-style: italic;
	font-weight: bold;
	color: #0067b4;
}
strong {
	font-weight: bold;
	color: #0067b4;
}
#faq {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	width: 500px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#faq h1 {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 20px;
}
#faq p {
	margin-bottom: 10px;
	margin-top: 0px;
}
#footer {
	border-top: medium solid #0663a8;
	margin-top: 20px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #f2f2f2;
	width: 90%;
	padding-right: 20px;
	padding-left: 20px;
}
#footer p {
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.red {
	color: #CC0000;
}
.nowrap {
	white-space: nowrap;
	padding-right: 5px;
}
.verticalLine {
	background-image: url(images/verticalLine.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.highlight {
	background-color: #CCCCCC;
	padding: 5px;
}
.explanation {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
