<!--

body {
	background-color: #dee9f0;
	margin: 0px;
}

a:link { font-family: sans-serif; font-size: 10pt; }
a:visited { font-family: sans-serif; font-size: 10pt; }
a:hover { font-family: sans-serif; font-size: 10pt; }
a:active { font-family: sans-serif; font-size: 10pt; }

a.sub_nav:link { font-family: sans-serif; font-size: 10pt; letter-spacing: -1px; color: #636363; text-decoration: none; }
a.sub_nav:visited { font-family: sans-serif; font-size: 10pt; letter-spacing: -1px; color: #636363; text-decoration: none; }
a.sub_nav:hover { font-family: sans-serif; font-size: 10pt; letter-spacing: -1px; color: #df1a22; text-decoration: underline; }
a.sub_nav:active { font-family: sans-serif; font-size: 10pt; letter-spacing: -1px; color: #636363; text-decoration: none; }

.content {
	font-family: sans-serif;
	font-size: 10pt;
}

.form {
	width: 98%;
}

.header {
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #534741;
}

.small_header {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #00538d;
}


-->