@charset "utf-8";
body {
	background-image: url(layout/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8B8A68;
}

a:link {
	color: #666633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666633;
}
a:hover {
	text-decoration: underline;
	color: #888844;
}
a:active {
	text-decoration: none;
	color: #716F64;
}

.font1 {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666633;
}

.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5f5d44;
}

.font3 {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #85622E;
}

.font4 {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666633;
	text-align: center;
}
.form {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666633;
	background-color: #CAC8B3;
	border: 1px solid #666633;
}
