.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #92B6AA;
	height: 100%;
	position: absolute;
	width: 100%;

}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.spacer {
	line-height: 6px;
}
