body {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	background-color: #FEFFDF;
}
.topbanner {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: 900;
	color: #424038;
	text-decoration: none;
}
a.topbanner:link {
	color: #424038;
	text-decoration: none;
}
a.topbanner:visited {
	color: #424038;
	text-decoration: none;
}
a.topbanner:hover {
	color: #990000;
	text-decoration: none;
}
a.topbanner:active {
	color: #424038;
	text-decoration: none;
}


.navbar {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bolder;
	color: #FEFFDF;
	text-decoration: none;
}
a.navbar:link {
	color: #FEFFDF;
	text-decoration: none;
}
a.navbar:visited {
	color: #FEFFDF;
	text-decoration: none;
}
a.navbar:hover {
	color: #FFCC66;
	text-decoration: none;
}
a.navbar:active {
	color: #FFCC66;
	text-decoration: none;
}

.footer {
	font-family: Arial;
	font-size: 9px;
	font-weight: 900;
	color: #000000;
	text-decoration: none;
}
a.footer:link {
	color: #000000;
	text-decoration: none;
	font-weight: 900;
}
a.footer:visited {
	color: #000000;
	text-decoration: none;
}
a.footer:hover {
	color: #990000;
	text-decoration: none;
}
a.footer:active {
	color: #990000;
	text-decoration: none;
}

h2 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline overline;
}
