body {
	background-color: #CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	font-size: 12px;
	color: #006600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #1241cc;
}
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:#FFFF66;
	background-color:#0033CC;
	text-align: center;
	vertical-align: middle;
	border: 1px outset;
}
	