<!--

BODY {
	font-family: Arial, Arial, sans-serif;
	font-size: 10pt;
	background-color: black;
	margin-bottom: 25px;
	text-align: center;
	min-width: 800px;
}

a {
	font-weight: bold;
	color: navy;
}

a:hover {
	color: #800080;
}

TABLE {
	border: 2px #800080 solid;
	background-color: #FFF;
}

#main {
	position: absolute;
	width: 750px;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	height: 1500px;
	text-align: left;
}

#header {
	position: absolute;
	left: 175px;	
	top: 25px;
	width: 575px;
	height: 190px;
	background-color: #fc0;
	color: #800080;
	font-family: "Copperplate Gothic Bold", Gothic, serif;
	font-size: 24pt;
	text-align: center;
	vertical-align: top;
	border-left: 5px #fc0 solid;
}

#header img {
	margin-top: 2px;
}

#lefthead {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 175px;
	height: 190px;
	background-color: #fc0;
	color: #800080;
	font-size: 14pt;
	text-align: center;
	vertical-align: center;
}

#lefthead p {
	margin-top: 30px;
}

#leftnav {
	background-color: white;
	position: absolute;
	top: 215px;
	left: 0px;
	width: 175px;
	height: 1250px;
	font-size:10pt;
	margin-bottom: 25px;
	border-left: 5px #fc0 solid;
	border-right: 2px #fc0 solid;
	border-bottom: 5px #fc0 solid;
}

#leftnav p {
	margin-top: 10px;
	text-align: center;
}

#content {
	background-color: white;
	position: absolute;
	top: 215px;
	left: 175px;	
	width: 575px;
	height: 1250px;
	margin-bottom: 25px;
	font-size:10pt;
	border-right: 5px #fc0 solid;
	border-bottom: 5px #fc0 solid;
	overflow: auto;
}

#left {
	float: left;
	margin-left: 10px;
	color: #800080;
	background-color: white;
	width: 270px;
	height: auto;
}

#right {
	float: right;
	margin-right: 10px;
	color: #800080;
	background-color: white;
	width: 270px;
	height: auto;
}

.contenttext {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

.contentother {
	text-align: center;
	margin-left: 7px;
	margin-right: 7px;
}

.highlight {
	font-size: 14pt;
	text-align: center;
	font-style: italic;
}

.subtitle {
	color: #800080;
	font-weight: bold;
	background-color: white;
	font-size: 12pt;
	margin-left: 10px;
}

.footer {
	font-size: 8pt;
	color: #800080;
	background-color: white;
	text-align: center;
}

.broker {
	color: #800080;
	background-color: #fc0;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.privacy {
	color: red;
	background-color: white;
	font-size: 8pt;
	text-align: center;
}

.emphasis {
	color: #800080;
	font-weight: bold;
	background-color: white;
	font-size: 10pt;
	margin-left: 7px;
	margin-right: 7px;
}

.form {
	font-size: 10pt;
}

.required {
	color: #800080;
	background-color: #fff;
	font-size: 10pt;
	font-weight: bold;
}

.areas {
	font-size: 8pt;
}

.top {
	text-align: center;
	font-size: 8pt;
}

.sub {
	font-size: 10pt;
	color: #800080;
	margin-left: 7px;
	margin-right: 7px;
}

.super {
	font-size: 8pt;
	color: #800080;
	text-align: center;
}