@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 150%;
	color: #004985;
}
h2 {
	font-size: 125%;
	color: #004985;
	margin: 10px 0 0 0;
	line-height: 1em;
}
h3 {
	font-size: 100%;
	color: #004985;
	margin: 10px 0 0 0;
}
h4 {
	font-size: 90%;
	color: #004985;
	margin: 10px 0 0 0;
}
p, label, li {
	font-size: 85%;
	line-height: 1.4em;
	margin: 5px 0 0 0;
} 
#footer p {
	margin: 0;
	padding: 3px 0;
	font-size: 60%;
	color: #ffffff;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #004985;
}
a:hover, a:active {
	text-decoration: underline;
	color: #009ee0;
}
input, select, textarea {
	margin: 0 0 5px 5px;
	border: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #004985;
}
input.submit {
	 color: #fff;
	 font-family: Trebuchet, "Trebuchet MS", Lucida, "Lucida Sans Unicode", Arial, sans-serif;
	 font-size: 14px;
	 font-variant: small-caps;
	 font-weight: bold;
	 background-color: #004985;
}
input.submit:hover {
	color: #004985;
	background-color: #fff;
	cursor: pointer;
}