.body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	position: relative;
	position: relative;
        background-image: url(gfx/bg.gif);
        background-repeat: repeat-x;
        background-position: top;
	background-color: #C8AB6D;
}
.copy {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #536D00;
	text-decoration: none;
}
.copy2 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
}
td {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
}
.meta {
	height: 1px;
	font-family: Verdana;
	font-size: 1px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.form {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #274ECC;
	text-decoration: none;
}
.leftbg {
	position: relative;
        background-image: url(gfx/leftbg.gif);
        background-repeat: repeat-y;
        background-position: right top;
}
.rightbg {
	position: relative;
        background-image: url(gfx/rightbg.gif);
        background-repeat: repeat-y;
        background-position: left top;
}
.footbg {
	position: relative;
        background-image: url(gfx/footbg.gif);
        background-repeat: repeat-x;
        background-position: left top;
}