body {
	margin: 0px;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	color: #003366;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
}

h2 {
	color: #003366;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
}

h3, legend {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

hr {
	background-color: #66CC66;
	height: 5px;
	border: 1px solid;
	border-top-color: #339933;
	border-left-color: #339933;
	border-bottom-color: #99FF99;
	border-right-color: #99FF99;
}

a:link, a:active, a:visited {
	color: #003366;
}

a:hover {
	color: #66CC66;
	border-bottom-style: solid;
	border-bottom-color: #66CC66;
	border-bottom-width: 1px;
}

a.imgLink:link, a.imgLink:active, a.imgLink visited, a.imgLink:hover {
	border-bottom-style: none;
}

.copyright {
	font-size: 10px;
	text-align: center;
}

.inputtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCFF66;
	border: 1px solid;
	border-top-color: #99CC33;
	border-left-color: #99CC33;
	border-bottom-color: #FFFF99;
	border-right-color: #FFFF99;
}

.inputsubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 2px solid;
	background-color: #66CC66;
	border-top-color: #66FF99;
	border-left-color: #66FF99;
	border-bottom-color: #339933;
	border-right-color: #339933;
}

.firstParagraph {
	margin-top: 0px;
}

.menuTable {
	margin-top: 0px;
	font-size: 11px;
}

.menuTable a:link, .menuTable a:visited, .menuTable a:active 
{
	color: #003366;
	text-decoration: none;
}

.menuTable a:hover {
	color: #009933;
	text-decoration: none;
	border-bottom-style: none;
}

.menuLeft, .menuLeft a:link, .menuLeft a:visited, .menuLeft a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.menuLeft a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	border-bottom-width: 1px;
}

.bodyPad {
	padding-left: 10px;
}

.formLeft {
	padding-left: 5px;
}

.question {
	color: #66CC66;
	font-size: 16px;
	font-weight: bold;
}

.answer {
	color: #336666;
	font-size: 16px;
	font-weight: bold;
}

.errMsg {
	color: #CC0000;
}

.required {
	background-color: #66CC66;
}

fieldset {
	border: 3px double #66CC66;
}

