body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-size:13px;
	color:#000000;
}
h1.interior {
	font-size:13px;
	color:#333333;
	margin:0px;
}
h2 {
	font-size:13px;
	color:#000000;	
}

h2.index_headers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
}
.white {
	color:#FFFFFF;
}
.small {
	font-size:11px;
}
.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
a.copy {
	color:#999999;
	text-decoration:none;
}
a.copy:hover {
	color:#0f5282;
	text-decoration:underline;
}
a.index {
	color:#000000;
	text-decoration:none;
}
a.index:hover {
	color:#000000;
	text-decoration:underline;
}
.int_nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.twelvepad {
	padding:12px;
}
.formsize {
	font-size:11px;
}

/* creates illusion of cellpadding on all td's */
#dccr-loan-form td {
	padding:3px;
}




/* makes labels for all fields bold */
.form-01, .form-03, .form-05, .form-07 {
	font-weight:bold;
}




/* centers all form elements */
#dccr-loan-form td {
	text-align:center;
}




/* modifies the drop-down menu */
.select-01 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}



/* modifies the input boxes */
.input-01, .input-02, .input-03 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color:#333333;
  font-size:11px;
}
#disclosures a 	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}
#form	{
	font-weight:bold;
	margin:8px 0px 0px 2px;
}
.service-type, .first-name, .last-name, .email	{
	text-align:center;
	font-weight:bold;
	width:170px;
}
.first-name input, .last-name input, .email input, .service-select	{
	width:170px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:8px 0px 8px 0px;
}
.service-select	{
	width:177px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:8px 0px 8px 0px;
}
.continue-button input	{
	display:block;
	width:90px;
	height:25px;
	margin-left:50px;
}