<!--
body { 
	color: #000099; 
	background: white; 
	font-size: 10pt;
	font-weight: normal;
	margin-left: 10%; 
	margin-right: 10%; 
	font-family: Verdana, Arial, sans-serif;
	}

a:link {
	color: #000099; 
	text-decoration: none;
	}

a:visited {
	color: #000099;
	text-decoration: none;
	}

a:active {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	}

p.black {
	color: #000000;
	}
	
h1 {
	font-size: 200%;
	color: "#006633";
	background: #F0F0F0;
	text-indent: 1%;
	margin-left: -4%;
	margin-right: -10%;
	}
	
h1.center {
	font-size: 200%;
	color: "#006633";
	background: #F0F0F0;
	text-align: center;
	margin-left: -3%;
	margin-right: -3% 
	}

h2 {
	font-size: 150%;
	color: "#000000";
	}

h3 {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #000099;
	}
h4 {
	font-size: 10pt;
	font-weight: normal;
	}

h5 {
	font-size: 8pt;
	font-weight: normal;
	}

h6 {
	font-size: 8px;
	}

table {
	border: none;
	cellpadding: 3;
	font-size: 10pt;
	text-align: left;
	}

div.references {
	background: #F0F0F0;
	padding: 0.5em;
	width: 100%;
	border: none;
	}
	
div.graybox { 
	background: #FOFOFO;
	width: 100%;
	padding: 0.5em;
	border: none;
	}

div.selectionbox {
	background: white;
	padding: 0.5em;
	width: 100%;
	border: solid;
	border-width: thin;
	}

div.endbox { 
	background: F0F0F0;
	margin-left: -13%;
	margin-right: -10%;
	border: none;
	text-indent: 13%;
	width: 100%;
	padding: 0.5em;
	font-size: 8pt;
	}
-->
