body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 235px;
}
a	{
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
.toptext
{
	position : absolute;
	background-color : #3B72B5;
	color : white;
	top : 400px;
	left : 3px;
	width : 215px;
	padding : 5px;
}
h4	{
	font-size:14px;
	text-align:center;
	color:#003399;
	
}
.nav
{
	border-top : 1px solid white;
	padding : 3px;
}

.nav a
{
	color : #FCFFAA;
}

.nav a:hover
{
	color : #FFC6F0;
}

.content
{
	position : relative;
	margin : 115px 15px 0px 235px;
}


td
{
	font-size : 12px;
}

.peeps
{
	position : absolute;
	top : 3px;
	left : 3px;
}
.support a	{
	margin:0px 5px 0px 5px;
	text-decoration:underline;
}
.support a:hover	{
	text-decoration:none;
}	
	
	
#form	{
	display:block;
	position:relative;
	float:right;
	width:160px;
	padding:10px;
	margin:0px;
	margin-bottom:20px;
		
	
}

.select-service, .select-property, .select-credit {
   display:table;
   width:160px;
	font-size:13px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
	
}
.labels	{
   font-size:13px;
}
.select-service select, .select-property select, .select-credit select {
   width:155px;
   font-size:13px;
}

.continue-button input {
   margin-top:10px;
   margin-bottom:25px;
}


#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a	{
	color:#000000;	
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}