HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	height: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(page_bg.png);
	background-repeat: repeat;
}

a:hover {
	color: #333333;	text-decoration: none;
	font-weight: bold;
}
h3  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #8D9055;
}

.small {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

h4 {

}

h5 {

}

h6 {

}

hr {
	background: #999999; height:1px; border: 1px solid;
}
.middle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
}
a:link, a:visited  {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #8D9055;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	height: 21px;
	line-height: 21px;
	text-indent: 14px;
	width: 156px;
	background-image: url(menu_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
}
a:hover {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #606239;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	height: 21px;
	line-height: 21px;
	text-indent: 14px;
	width: 156px;
	background-image: url(menu_bg_over.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.middle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
