@charset "UTF-8";
body {
	background-image: url(images/Phillips_Park_09.jpg);
	background-repeat: repeat-x;
	background-color: #f2efe8;
	background-position: center top;
	padding: 0;
	margin: 0;
}
.ImageBkg {
	background-image: url(images/Phillips_Park_Bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0;
}
.Form {
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #465722;
	text-decoration: none;
}
.FormFields {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
