body {
	background-color: #FFFFFF;
	margin: 0px;
}
.content {
	background-color: #AAB56E;
}
.content_text {
	font-size: 12px;
	padding: 10px;
	color: #FFFFFF;
	font-family: sans-serif, "Times New Roman", Arial;
}
.content_header {
	font-family: sans-serif, "Times New Roman", Arial;
	font-size: 15px;
	color: #FFFFFF;
}
a:link {
	color: #57571F;
	text-decoration: none;
}
a:visited {
	color: #57571F;
	text-decoration: none;
}
a:hover {
	color: #94944D;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: right;
	background-color: #57571F;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px 15px 5px 0px;
}
