body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#847F63;
}
.copy {
	font-size:10px;
	color:#FFFFFF;
}
a.copy {
	color:#FFFFFF;
	text-decoration:none;
}
a.copy:hover {
	color:#E14C21;
	text-decoration:underline;
}
a {
	color:#e14c21;
	text-decoration:underline;
}
a:hover {
	color:#847F63;
	text-decoration:none;
}
h1 {
	margin:0px;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin:0px;
	font-size:13px;
	color:#e14c21;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color:#FFFFFF;
  font-size:11px;
}
#disclosures a 	{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#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;
	padding-right:70px;
}
/* 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:10px;
}
.L04	{
	text-align:center;
	padding-right:70px;
}
.T04	{
	text-align:center;
	padding-right:70px;
}