@charset "utf-8";
/* CSS Document */

<style type="text/css">

.title {
	font-family: Arial;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	top: auto;
}
a:link {
	text-decoration: none;
	color: #033
}
a:visited {
	text-decoration: none;
	color: #033;
}
a:hover {
	text-decoration: underline;
	color: #033;
}
a:active {
	text-decoration: none;
	color: #033;
}
.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fff
}
a:nav.visited {
	text-decoration: underline;
	color: #fff;
}
a:nav.hover {
	text-decoration: underline;
	color: #fff;
}
a:nav.active {
	text-decoration: none;
	color: #fff;
}
}
body {
	margin-left: 10px;
	margin-top: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	color: #FFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3B7580;
	text-align: left;
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff
}

		

</style>
