body {
	margin:0px;
	background-image:url(images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.copy {
	color:#FFFFFF;
	font-size:10px;
}
h1 {
	margin:0px;
	font-size:15px;
	color:#003399;
}
h1.blackbar {
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
h2 {
	margin:0px;
	font-size:13px;
	color:#00CC33;
}
h3.blackbar {
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
a {
	color:#EE4611;
}
a:hover {
	color:#fed205;
}
a.nav {
	color:#000000;
	text-decoration:none;
}
a.nav:hover {
	color:#00cc33;
	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:20px;

}
/* 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:20px;

}
.T04	{
	text-align:center;
	padding-right:20px;

}
#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;
}

