body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	font-style: normal;
	color: #461E1E;
	background-color: #FFE8BA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #B0884C;
	margin-left: 30px;
	margin-right: 30px;

}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	color: #461E1E;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
}
p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	font-style: normal;
	color: #461E1E;
	background-position: top;
	text-align: left;
	vertical-align: top;
	margin-left: 30px;
	margin-right: 30px;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	font-style: normal;
	text-decoration: underline;
	color: #003399;
}
td {
	vertical-align: top;
}
.PictureFloat {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}.FormField {
	background-color: #FFE8BA;
}
