body {
	background-color: #056509;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.content {
	position: relative;
	height: 409px;
	width: 515px;
	z-index: 100;
	overflow: auto;
	scrollbar-highlight-color: #006600;
	scrollbar-shadow-color: #009900;
	scrollbar-arrow-color: #FF0000;
	scrollbar-track-color: #F8F8F8;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-indent: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.footer {
	width: 513px;
	text-align: center;
}
.footer p {
	line-height: 14px;
}
.style1 {color: #FFFF00}
.footer a {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}.content a {
	color: #FFFF00;
	font-weight: bold;
}
.footer acronym {
	color: #FFFF00;
	text-decoration: underline;
	font-size: 16px;
}
.formbg {
	background-image: url(images/form-bg.gif);
	background-repeat: no-repeat;
	text-indent: 4px;
}