@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #E4E3DA;
	margin-top: 0px;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #40302B;
}
.footer a:link {
	color: #40302B;
	text-decoration: underline;
	font-size: 9px;
}
.footer a:visited {
	color: #BE947E;
	text-decoration: underline;
}
.footer a:hover {
	color: #BE947E;
	text-decoration: underline;
}
.footer a:active {
	color: #C7B081;
	text-decoration: underline;
}
.style1 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.style1 a:link {
	color: #009900;
	text-decoration: none;
}
.style1 a:visited {
	color: #7F7F7F;
	text-decoration: none;
}
.style1 a:hover {
	color: #7B452A;
	text-decoration: underline;
}
.style1 a:active {
color: #666666;
text-decoration: none;
}
.style2 {
	font-weight: bold;
	color: #000000;
}