@charset "utf-8";
body {
	background-color: #F3EBE0;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.greenBg {
	border: 1px solid #E3E6D2;
	background-color: #F4F5ED;
}
.brownBg {
	border: 1px solid #E8D8C1;
	background-color: #F3EBE0;
}
.blackBd {
	border: 1px solid #000000;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #3C0002;
}
a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #3C0002;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

h2 a {
	font-size: 18px !important;
}

.offer {
	color: #520002;
	text-align: center;
}
