a {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10pt;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: underline;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;

	color: green;
}

td {
	text-align: center;
	font-size: 14px;
}

body {
	font-size: 10%;
}

body2 {
	background-image: url(./images/spheres.gif);
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10pt;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;

}

label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submit input
{
	margin-left: 4.5em;
}

input
{
	color: green;
	background: #e3fead;
	border: 1px solid green;
	font-size: 12px;
}

.submit input
{
	color: #000;
	background: green;
	border: 2px outset #d7b9c9;
}
fieldset
{
	border: 1px solid green;
	width: 20em;
}

legend
{
	color: #fff;
	background: #339911;
	border: 1px solid green;
	padding: 2px 6px;
}

.checkbox
{
	color: white;
	background: white;
	border: 0px;
	font-size: 12px;
}
