body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

a:link {
	color: Blue;
	text-decoration: underline;
}
a:visited{
	color: Blue;
	text-decoration: underline;
}
a:active {
	color: Blue;
	text-decoration: underline;
}
a:hover {
	color: Blue;
	text-decoration: underline;
	background-color: #99FFFE;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
.formLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
.formMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	color : Navy;
}
UL {
	padding-top: 0px;
	padding-bottom: 15px;
}
.error {
	color: Red;
	font-weight : bold;
}
