body {
	background-image:url(images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7A5C52;
	margin-top:15px;
	margin-left:0px;
	margin-right:0px;
}
form {
	margin:0px;
}
td.pad20 {
	padding-left:20px;
	padding-right:20px;
}
td.orange {
	background-image:url(images/orange-460-bg.jpg);
	padding-left:12px;
	padding-right:12px;
}
td.green {
	background-image:url(images/green-250-bg.jpg);
	padding-left:12px;
	padding-right:12px;
}
.green a {
	color:#FFCC00;
}
td.brown {
	background-image:url(images/brown-720-bg.jpg);
	padding-left:12px;
	padding-right:12px;
}
td.topper {
	vertical-align:top;
	display:table-cell;
}
div.select {
	padding-left:20px;
	padding-bottom:14px;
}
select.small {
	font-size:10px;
}
p {
	line-height:18px;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}
h2.small {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-weight:700;
}
#action	{
	float:right;
	position:absolute;
	margin-top:-135px;
	margin-left:475px;
}
td.main-footer {
	background-image:url(images/main-footer.gif);
	width:760px;
	height:30px;
}

#disclosures {
	margin-top:6px;
	color:#FFFFFF;
}	
#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures a {
	color:#FFFFFF;
	text-decoration:none;
}
#disclosures a:hover {
	text-decoration:underline; 
}	
	

/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:5px;
}
/* makes labels bold */
.labels {
	font-weight:bold;
}

/* centers the continue button */
.continue-button {
	text-align:center;
}
/* you may modify the individual text areas with this */
.first-name, .last-name, .email, .select-amount, .select-area {
	display:block;
	margin:5px 0px 5px 0px;
}
.first-name, .last-name, .email {
	width:200px;
}
.select-area {
	display:none;
}
.select-amount {
	width:150px;
}
.check-01, .check-02, .check-03, .check-04 {
	display:block;
	font-size:12px;
	margin:5px 0px 5px 0px;
}
.check-04 a {
	text-decoration:underline;
}
.check-04 a:hover {
	text-decoration:none;
}

/* modifies the space around the continue button */
.continue-button input {
	padding-top:5px;
}	
