body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: #E5EED9;
}

.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: #E0E6ED;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #508B49;
}

a:hover {
	text-decoration: underline;
	color: #6EA254;
}

a.green {
	text-decoration: none;
	color: #508B49;
}

a.green:hover {
	text-decoration: underline;
	color: #8CB95F;
}

a.purple {
	text-decoration: none;
	color: #718AAC;
}

a.purple:hover {
	text-decoration: underline;
	color: #163C64;
}

.purple1 {
	color: #718AAC;
}

.purple2 {
	color: #163C64;
}

a.nav {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

a.nav:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #508B49;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #508B49;
	margin-bottom: 10px;
}

.price {
	font-size: 13px;
	font-weight: bold;
	color: #CC071E;
}

.navbut {
	padding: 4px 10px;
	background: #508B49;
}

.navbut2 {
	padding: 4px 10px;
	background-color: #589B51;
}

.navbut3 {
	padding: 4px 10px;
	background-color: #163C64;
}

.footer {
	font-family: Arial, geneva, verdana;
	font-size: 10px;
	color: #508B49;
}

.searchbox {
	border: 1px solid #8CB960;
	width: 150px;
	height: 18px;
}

.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #8CB960;
	width: 100%;
	height: 20px;
}

.formboxh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #8CB960;
	width: 100%;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px inset #508B49;
	background: #508B49;
	height: 20px;
}

li {
	list-style-type: square;
	padding-bottom: 5px;
}

form {
	padding: 0;
	margin: 0;
}

hr {
	background: #E5EED9;
	color: #E5EED9;
	height: 1px;
}