body {
	background-color: #C47F27;
	margin: 0px;
}
a:link {
	font-weight: bold;
	color: #C47F27;
	text-decoration: none;
}
a:visited {
	color: #C47F27;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C47F27;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #C47F27;
	text-decoration: none;
	font-weight: bold;

}
a.foot:link {
	color: #666666;
	text-decoration: none;
}
a.foot:visited {
	color: #666666;
	text-decoration: none;
}
a.foot:hover {
	color: #666666;
	text-decoration: underline;
}
a.foot:active {
	color: #666666;
	text-decoration: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.copyfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.copyfootgry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
