html {
	overflow-Y: scroll;
	height: 100%;
}
body {
	font: 0.625em Arial, helvecita, sans-serif;
	margin: 0px;
	background: #66b502 url('/layout/body.gif') 0px 200px repeat-x;
	color: #000000;
}
body a {
	text-decoration: none;
	color: #045602;
}
body a:hover {
	text-decoration: none;
	color: #c61019;
}
img {
	border: 0px none;
}
div {
	overflow: hidden;
}
form {
	margin: 0px;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0px;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
h1 {
	font-size: 2.1em;
	font-weight: normal;
	color: #66b502;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #045602;
	margin: 0em;
	margin-top: 10px;	
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #045602;
	margin: 0em;	
}