body{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A18F79;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

.copy {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;

}

.header {
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	color: #D6CABA;
}


a:link {
	color: #8D7554;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #8D7554;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #D3CCBA;
	text-decoration: underline;
	font-weight: bold;
	
	
	
}

a.large:link {
	color: #663333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a.large:visited {
	text-decoration: underline;
}
a.large:hover {
	text-decoration: none;
}
a.large:active {
}
.italic {
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
	font-weight: normal;
}
.bold {
	font-weight: bold;
	line-height: 18px;
}
.headerdark {

	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	color: #BAA68B;
}
.submitbutton {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px;
	background-color: #BE979A;
	text-align: center;
	border-top: 1px solid #8E8177;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #8E8177;
}
.submitbox {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	background-color: #F2F2F2;
	text-align: left;
	border: 1px double #000000;
}
.copybooks {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.italicbrown {
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	color: #897C69;
}
