.topBG {
	background-attachment: fixed;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #804f47;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/bg_table.gif);
	background-repeat: no-repeat;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #804747;
	background-color: #dbd3ca;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #948371;
	border-right-color: #948371;
	border-bottom-color: #948371;
	border-left-color: #948371;
}
