@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ADB873;
	background-image: url(a/bkg.jpg);
	background-position: center center;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #978e5b;
}
a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #A3A340;
}
.bodyCopy {
	padding-right:65px;
	padding-left:15px;
	text-align: justify;
}
.copy p {
	text-align: justify;
}
.enlarged p, .enlarged a {
	font-size: 11px;
	line-height: 15px;
}
textarea {
	height:60px;
	border: 1px solid #B3B875;
	color: #676543;
}
input {
	border: 1px solid #B3B875;
	color: #676543;
}
.button {
	color: #676543;
	background-color:#B3B875;
}
.footer p, .footer a {
	color: #2F2E0F;
}

