@charset "utf-8";
/* CSS Document */
.body {
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	color: #aea588;
	text-decoration: none;
}
.body a:link {
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #aea588;
	text-decoration: none;
}
.body a:visited {
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #aea588;
	text-decoration: none;
}
.body a:hover {
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #aea588;
	text-decoration: underline;
}
.body a:active {
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #aea588;
	text-decoration: none;
}
.footer {
	font-family: Georgia, Verdana, Arial;
	font-size: 11px;
	color: #450c01;
	font-weight: bold;
	text-decoration: none;
}
.footer a:link {
	font-family: Georgia, Verdana, Arial;
	font-size: 11px;
	color: #450c01;
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited {
	font-family: Georgia, Verdana, Arial;
	font-size: 11px;
	color: #450c01;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	font-family: Georgia, Verdana, Arial;
	font-size: 11px;
	color: #450c01;
	font-weight: bold;
	text-decoration: underline;
}
.footer a:active {
	font-family: Georgia, Verdana, Arial;
	font-size: 11px;
	color: #450c01;
	font-weight: bold;
	text-decoration: none;
}


