body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
}
form {
	margin:0px;
}
td.pad {
	padding-left:10px;
	padding-right:10px;
}
td.pad2 {
	padding-left:18px;
	padding-right:18px;
}
td.pad2w {
	padding-left:18px;
	padding-right:18px;
	color:#FFFFFF;
}
td.nav {
	background-image:url(images/header-right.gif);
	background-repeat:no-repeat;
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:12px;
	padding-right:20px;
}	
.small {
	font-size:10px;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#8CC53E;
}
.orange {
	color:#F7941D;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#333333;
}
p {
	line-height:17px;
}
p.list {
	line-height:17px;
	padding-left:17px;
	margin:9px;
}
li {
	line-height:17px;
	padding-left:17px;
	margin:6px;
}
a.nav {
	color:#000000;
	text-decoration:none;
}
a.nav:hover {
	color:#000000;
	text-decoration:underline;
}
a.white {
	color:#ffffff;
	text-decoration:none;
}
a.white:hover {
	color:#ffffff;
	text-decoration:underline;
}
#footer {
	background-image:url(images/footer.gif);
	height:51px;
	width:781px;
	text-align:center;
	vertical-align:middle;
}

#disclosures ul	{
	margin:0px;
	font-size:11px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#disclosures a {
	color:#000000;
	text-decoration:none;
}
#disclosures a:hover {
	text-decoration:underline;
}







/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:4px;
}



/* makes labels bold */
.labels {
	font-weight:bold;
}


.first-name, .last-name, .email, .select-area {
	display:block;
	margin:5px 0px 5px 0px;
}
/* centers the continue button */
.continue-button {
	text-align:center;
}
.select-amount  {
	display:none;
}
.check-01, .check-02, .check-03, .check-04 {
	display:block;
	margin:5px 0px 5px 0px;
}
.check-01 input, .check-02 input, .check-03 input, .check-04 input {
	vertical-align:top;
}
.check-04 a {
	color: #000000;
	text-decoration:underline;
}
.check-04 a:hover {
	text-decoration:none;
}


/* you may modify the individual text areas with this */
.T01 input, .T02 input, .T03 input {
	font-size:12px;
	width:80px;
}



/* modifies the space around the continue button */
.continue-button input {
	padding-top:5px;
}