body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat:repeat;
	font-size:12px;
	margin:0px;
}
form	{
	margin:0px;
}
td.leftshader	{
	background-image:url(images/left-shade.jpg);
	background-repeat:repeat-y;
}
td.rightshader	{
	background-image:url(images/shade-right.png);
	background-repeat:repeat-y;
}
td.main	{
	background-image:url(images/signbg.jpg);
	background-repeat:no-repeat;
}
td.form	{
	background-image:url(images/formbg.jpg);
	background-repeat:no-repeat;
	font-size:10px;
}
td.rightshadergray	{
	background-image:url(images/shade-right.png);
	background-repeat:repeat-y;
}
td.leftshadergray	{
	background-image:url(images/shade-left.png);
	background-repeat:repeat-y;
}
td.topboxred	{
	background-image:url(images/red-box-top.jpg);
	background-repeat:no-repeat;
}
td.topboxgreen{
	background-image:url(images/green-box-top.jpg);
	background-repeat:no-repeat;
}
td.topboxgray	{
	background-image:url(images/gray-box-top.jpg);
	background-repeat:no-repeat;
}
td.boxbg	{
	background-image:url(images/box-bg.jpg);
	background-repeat:repeat-y;
	padding:8px;
}
td.graybg	{
	background-image:url(images/graybg.jpg);
	background-repeat:repeat-x;
}
td.copyright	{
	color:#B8C4BA;
	font-size:10px;
}
td.topformtext	{
	font-size:11px;
	padding-left:25px;
	padding-bottom:1px;
}	
td.bar	{
	padding-left:25px;
	padding-bottom:1px;
}
h1 {
	color:#FFFFFF;
	font-size:22px;
	margin:0px;
}
h1.redirect	{
	font-size:12px;
	margin:5px;
	color:#000000;
}
h2	{
	font-size:18px;
	margin:0px;
	color:#57A88B;
}
h2.toptextbox	{
	color:#FFFFFF;
	font-size:18px;
	margin:0px;
	padding-left:20px;
}
div.titlesupport	{
	color:#333333;
	font-size:11px;
}
a.bottomnav	{
	color:#B8C4BA;
	font-size:12px;
	text-decoration:none;
}
a.bottomnav:hover	{
	color:#607363;
	font-size:12px;
	text-decoration:none;
}
a.topnav	{
	color:#A6A6A6;
	font-size:14px;
	text-decoration:none;
}
a.topnav:hover	{
	color:#646464;
	font-size:14px;
	text-decoration:none;
}
a.links	{
	color:#A6A6A6;
	font-size:14px;
	text-decoration:none;
}
a.links:hover	{
	color:#646464;
	font-size:14px;
	text-decoration:none;
}
#links li {
	text-decoration:none;
	list-style:none;
}
div.formtext	{
	color:#B8C4BA;
}
p.bold	{
	font-size:12px;
	font-weight:700;
	color:#7EBCA7;
}
p.form	{
	font-size:10px;
	margin:0px;
}
.small	{
	font-size:10px;
}
.gethelppad	{
	padding-top:10px;
}

/* creates illusion of cellpadding on all td's */
#dccr-loan-form td {
	padding:1px;
}




/* makes labels for all fields bold */
.form-01, .form-03, .form-05, .form-07 {
	font-weight:bold;
	font-size:10px;
	width:auto;
}




/* centers all form elements */
#dccr-loan-form td {
	text-align:center;
}
.new-form	{
padding-top:35px; width:120px; margin-left:70px;
}



.service-type, .first-name, .last-name, .email	{
	font-weight:bold;
	text-align:center;
	display:block;
}
.service-type input, .first-name input, .last-name input, .email input, .service-select	{
	width:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:4px 0px 4px 0px;
	display:block;
	text-align:center;
}
.continue-button	{
	display:block;
	text-align:center;
}
#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;
}
