body {
	background-color: #919191;
	background-image: url(images/bgListing.jpg);
	background-repeat: no-repeat;
}

.formText{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;

	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	margin: 0 0 5px 0px;
	padding: 0 0 0 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	line-height:1;
	text-align:left;
}

h2 {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	line-height:1;
	text-align:left;
	text-transform:capitalize;
}

p {
	margin: 0 0 0 0px;
	padding: 0px 0px 0 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	line-height:normal;

}

.blue2 {
	margin: 0 0 0 0px;
	padding: 0px 0px 0 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	line-height:normal;

}

#buttons {
	text-align:right;

	width:400px;	
	margin: 0 0 0 0px;
	padding: 10px 0 0 10px;	

}

#buttons a:link, #buttons a:visited, #buttons a:active, #buttons a:hover {
	margin: 0 0 0 0px;
	padding: 0 5px 0 10px;

	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#buttons a:hover {
	text-decoration:none;
}

#buttons strong{
	font-size:14px;
	text-transform:uppercase;
}