body {
	background-color:#d4d4d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top:30px;
	color:#333333;
}
.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a.menu {
	color:#C3A220;
	font-weight:bold;
	text-decoration:none;
}
a.menu:hover {
	color:#006990;
	font-weight:bold;
	text-decoration:underline;
}
td.lrpad {
	padding-left:15px;
	padding-right:15px;
}
h1 {
	font-size:22px;
	font-weight:normal;
	color:#333333;
}
h2 {
	font-size:17px;
	font-weight:bold;
	color:#000000;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
p {
	line-height:22px;
}
p.small {
	font-size:12px;
	line-height:normal;
}
.small {
	font-size:12px;
}
.footer {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}
a.footer {
	color:#999999;
	text-decoration:none;
}
a.footer:hover {
	color:#006990;
	text-decoration:underline;
}
a {
	color:#006990;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#c3a220;
	font-weight:bold;
	text-decoration:underline;
}

/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:3px;
}
/* makes labels bold */
.labels {
	font-size:11px;
}
/* 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:5px;
}
#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#form-new	{
	padding-left:10px;
	font-size:12px;
}
.form-02 input, .form-06 input, .form-04 input	{
	width:100px;
}