body {
	background-attachment: scroll;
	background-color: #EDE3CE;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	padding: 25px;
}
.BodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #75754A;
	line-height: 18px;
}
Form { padding: 0; margin: 0;}

.formfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #75754A;
	border:1px solid #75754A;
	padding:2px 1px;
	margin:5px 0px;
	width:158px;
	height:14px;
}