body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
h1 {
	font-size:20px;
	font-weight:normal;
}
h2 {
	font-size:15px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	margin-bottom:normal;
}
p.left {
	margin-top:3px;
	line-height:17px;
}
.footer { 
	font-size:10px;
	color:#333333;
}
a.footer {
	color:#333333;
	text-decoration:none;
}
a.footer:hover {
	color:#1c0cce;
	text-decoration:underline;
}
form {
	margin:0px;
}

/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:3px;
}
/* makes labels bold */
.labels a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.labels a:hover	{
	text-decoration: underline;
}
/* centers the continue button */
.continue-button {
	text-align:center;
}
/* you may modify the individual text areas with this */
.T01 input, .T02 input, .T03 input {
	font-size:11px;
	width:80px;
}
/* modifies the space around the continue button */
.continue-button input {
	padding-top:10px;
}
#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#disclosures a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
#disclosures a:hover	{
	text-decoration: underline;
}
