@charset "utf-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	font-family: Papyrus, Verdana, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

link {
	color: #485F80;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}	
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.textfield {
	border: 1px dotted #BB4C38;
}
h2 {
	font-family: Papyrus, Verdana, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
body {
	background-color: #485F80;
	font-family: Arial, Helvetica, sans-serif;
}

