body {
	background-color:#FFFFFF;
	font-size:3;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
a {
	font-size: 14px;
	color:#006600;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
a:active {
	text-decoration: none;
}

h2 {
	font-size:12px;
	font-style:italic;
	color:#006600;
}

h1 {
	font-size:18px;
	color:#006600;
}

.formHeader {
	font-size:13px;
	font-weight: bold;
	color:#006600;
	background-color:#FFFF99;
	text-align: right;
	vertical-align: middle;
	border: 1px outset;
}