@charset "ISO-8859-1";
body {
	background-attachment: fixed;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.formfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #E1D3BC;
	border: 1px solid #E1D3BC;
	height: 20px;
	margin-bottom: 7px;
	margin-top: 2px;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;background-color: #BC9C66;
	border: 1px solid #E1D3BC;
	color: #102132;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
