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

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E3D1;
	background-color: #404031;
	margin: 12px;
}
h1 {
	font-family: "Garamond Premr Pro";
	font-size: 24px;
	font-weight: bold;
	color: #3C3A28;
	background-color: #F1F1E0;
	background-repeat: repeat;
	background-position: center;
	border: 1px;
	border-top-color: #686748;
	border-right-color: #ABA981;
	border-bottom-color: #A39E6B;
	border-left-color: #43412C;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	margin-bottom: 1px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: E4E3D1;
}
h4 {
	font-family: "Garamond Premr Pro";
	font-size: 16px;
	font-weight: bold;
	color: E4E3D1;
	text-decoration: underline;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404031;
	background-color: E4E3D1;
	background-repeat: repeat;
	margin-bottom: 1px;
}
a:link {
	color: #FFFFCC;
}
a:hover {
	color: #FFFF00;
}
.subheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404031;
	background-color: E4E3D1;
	background-repeat: repeat;
	margin-bottom: 1px;
}