body {
	background-color: #E9E5E0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	background-image:   url(images/bg2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
p {
	font-size: 0.7em;
	line-height: 1.3em;
	text-decoration: none;
}
h1 {
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: lighter;
	color: #C07B50;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
	margin-top: 1px;
}
h3 {
	font-size: 0.8em;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: normal;
	color: #C47A4E;
	margin-bottom: 3px;
}
h2 {
	font-size: 1.5em;
	font-weight: lighter;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: -10px;
	color: #8D9A9D;
}h4 {
	font-size: 0.9em;
}
h5 {
	font-size: 0.7em;
	color: #666666;
	font-weight: normal;
	padding-left: 10px;
	margin-top: -10px;
}
h5 a:link, h5 a:hover, h5 a:visited {
	color: #666666;
}
h6 {
	font-size: 0.6em;
	color: #666666;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}	
a:hover {
	text-decoration: underline;
	color: #C67D4D;
}
.brown {
	color: #C27D51;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #333333;
}
.darkbrown {
	color: #805335;
}
.red {
}
hr {
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.imgright {
	float: right;
	border: 0px solid #000033;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
.imgleft {
	float: left;
	border: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
}
.indent {
	text-indent: 20px;
}
