.background {
	background-color: #F8F5F3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
	padding-right: 10px;
	padding-left: 10px;
}
.background_col {
	background-color: #F2EAE3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
	padding-left: 5px;
	padding-right: 5px;
}
.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #98836B;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.p_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.brown_link a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #98836B;
	font-style: normal;
	text-decoration: underline;
}
.brown_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #675847;
	font-style: normal;
}

