@charset "UTF-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A2F20;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #BF2E1A;
	margin-top: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
a:link {
	color: #5A2F20;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #5A2F20;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #5A2F20;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #5A2F20;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin-right: 8px;
}
body {
	background-color: #ffffff;
}

