@charset "utf-8";
.bgtile {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC98;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
}
.nav_link {
	color: #000000;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
}.navpos {
	right: 10px;
}
.grayline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CBCBC3;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #98A741;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336600;
}
