.topbackground {
	background-image: url(images/topbackground.jpg);
	background-repeat: no-repeat;
}
.bottombackground {

	background-image: url(images/bottombackground.jpg);
	background-repeat: no-repeat;
}
.textpanel {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
}
.form {
	background-color: #DBEEEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	margin-top: 0px;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #3E827B;
	text-decoration: underline;
}
.padded {
	padding: 15px;
}
