@charset "utf-8";
/* CSS Document */

.header {
	font-family: Arial;
	font-weight: bold;
}
.body {
	font-family: Arial;
	font-size: smaller;
}
.footer {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
}
.bodybold {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}
body {
	background-color: #BEA67D;
	margin-top: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
}
#footer a:link {
	color: #ffd700;
	text-decoration: none;
}
#footer a:visited {
	color: #ffd700;
	text-decoration: none;
}
#footer a:hover {
	color: #ffd700;
	text-decoration: none;
}
#footer a:active {
	color: #ffd700;
	text-decoration: none;
}

-->
</style>