@charset "UTF-8";
body {
	background-color: #7b6747;
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 6px;
	font-family: Arial;
	color: #5c4735;
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial;
	font-size: 14px;
	color: #ffffcc;
	margin-left: 31px;
	margin-right: 24px;
	text-align: left;
	margin-top: -10px;
}

h2 {
	margin-left: 33px;
	font-family: Arial;
	font-size: 16px;
	margin-top: 10px;
	color: #ffffcc;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	color: #ffffcc;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}


h4 {
	font-family: Arial;
	font-size: 17px;
	color: #7b6747;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #00FFFF;
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
}
a:visited {
	text-decoration: underline;
	color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

a:hover {
	text-decoration: none;
	color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

