@charset "utf-8";
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000;
}
body {
	background-color: #653721;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(media/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #300;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
h1 {
	font-size: 36px;
	color: #008B52;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#bgBot {
	background-image: url(media/bg_bot.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 931px;
}
#bgTop {
	background-image: url(media/bg_top.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 931px;
}
#bgMid {
	background-image: url(media/bg_mid.gif);
	background-repeat: repeat-y;
	width: 931px;
}
.tenPix {
	font-size: 10px;
}
.menuHead {
	font-size: 22px;
	color: #FFF;
	background-color: #008B52;
	text-align: center;
	border: medium double #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}
.menuNote {
	font-size: 12px;
	font-style: italic;
	color: #008B52;
	font-family: Arial, Helvetica, sans-serif;
}
