@charset "utf-8";
p{
	font-size: 0.8em;
	color: #FFF8D3;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
p a{
	color: #39291C;
	text-decoration: none;
}
.person_name{
	float: right;
	margin-top: -20px;
	font-size: 0.9em;
}
h1{
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #34261B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 a{
	color: #34261B;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: underline;
}
h2{
	font-size: 0.9em;
	color: #34261B;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3{
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFF8D3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 span{
	display: block;
	font-size: 0.6em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4{
	font-size: 1.2em;
	font-weight: normal;
	color: #FFF8D3;
	line-height: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 span{
	font-size: 0.9em;
	line-height: 1.1em;
	font-style: italic;
}
.submit_button{
	color: #FFF8D3;
	background-color: #916644;
	font-size: 0.7em;
	border: 1px solid #916644;
}
.textbox{
	color: #916644;
	background-color: #FFF8D3;
	border: 1px solid #CCCCCC;
	font-size: 0.8em;
}
.textbox2{
	color: #916644;
	background-color: #FFF8D3;
	border: 1px solid #CCCCCC;
	font-size: 0.8em;
	display: block;
	width: 80px;
	margin-bottom: 3px;
}
label{
	font-size: 0.7em;
	color: #FFF8D3;
	clear: left;
	float: left;
	width: 100px;
	position: relative;
}

