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/carbg.jpg);
	background-repeat:no-repeat;
}
td.form	{
	background-image:url(images/formbg.jpg);
	background-repeat:no-repeat;
}
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:#668091;
	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;
}
h2	{
	font-size:18px;
	margin:0px;
}
h2.toptextbox	{
	color:#FFFFFF;
	font-size:18px;
	margin:0px;
	padding-left:20px;
	padding-top:8px;
}
div.titlesupport	{
	color:#333333;
	font-size:11px;
}
a.bottomnav	{
	color:#668091;
	font-size:12px;
	text-decoration:none;
}
a.bottomnav:hover	{
	color:#394751;
	font-size:12px;
	text-decoration:none;
}
a.topnav	{
	color:#698090;
	font-size:14px;
	text-decoration:none;
}
a.topnav:hover	{
	color:#232B30;
	font-size:14px;
	text-decoration:none;
}
a.links	{
	color:#698090;
	font-size:14px;
	text-decoration:none;
}
a.links:hover	{
	color:#232B30;
	font-size:14px;
	text-decoration:none;
}
#links li{
	color:#668091;
	text-decoration:none;
	list-style:none;
}
div.formtext	{
	color:#B8C4BA;
}
p.questions	{
	font-size:16px;
	font-weight:900;
}
h2.formtitle	{
	padding:8px;
	color:#B8C4BA;
}
table.footer-line {
	border-top:1px solid #B8C4BA
}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color: #666666;
  font-size:11px;
}
#disclosures a 	{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}

/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:3px 5px 3px 5px;
}
/* makes labels bold */
.labels {
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
/* 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:12px;
	width:80px;
}
/* modifies the space around the continue button */
.continue-button input {
	padding-top:10px;
}
.L04	{
	text-align:center;
}
.T04	{
	text-align:center;
}
#form-new	{
	padding-left:10px;
}
.form-02 input, .form-06 input, .form-04 input	{
	width:100px;
}