body {
	background-color:#CBB676;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
form {
	margin:0px;
}
.footer {
	color:#FFFFFF;
	font-size:10px;
}
a.footer {
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	color:#1083DA;
	text-decoration:underline;
}
.apply_index {
	color:#000000;
	font-size:11px;	
}
a.header {
	color:#a0a0a4;
	text-decoration:none;
}
a.header:hover {
	color:#FDB813;
	text-decoration:underline;
}
h1 {
	margin:0px;
	color:#FFFFFF;
	font-size:16px;
}
h2 {
	margin:0px;
	color:#fdb813;
	font-size:16px;
}
a {
	color:#1083da;
}
a:hover {
	color:#fdb813;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:5px;
}
#disclosures a {
	text-decoration:none;
	color:#FFFFFF;
}
#disclosures a:hover {
	color:#1083da;
	text-decoration:underline;
}


.new_form {
	margin-left:30px;
}
.new_form .text {
	padding-top:10px;
}
.new_form .dob div {
	float:left;
	margin-right:5px;
}
.new_form .button {
	padding-top:10px;
	padding-left:40px;
}




/* 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;
}



/* 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;
}