.backdrop {
	background-attachment: scroll;
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.backdrop table tr td form table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.formtext {
	text-align: right;
	font-size: 12px;
	color: #000;
}
.required {
	color: #F00;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000066;
}
.basetext {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
