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

a:link {
	color: #006633; 
	}

a:visited {
	color: #006633;
	}

a:active {
	color: #006633;
	}

a:hover {
	color: #000000;
	}

p.top	{
	color: black;
	font-size: 14px;
	font-weight: bold;
	}
	
h1 {
	font-size: 200%;
	color: "#006633";
	margin-bottom: none;
	}

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

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #006633;
	}
h4 {
	font-size: 10pt;
	font-weight: normal;
	}

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

h6 {
	font-size: 8px;
	}

table {
	border: none;
	padding: 6;
	text-align: center;
	background: #F0F0F0;
	}

div.references {
	background: #F0F0F0;
	padding: 0.5em;
	width: 100%;
	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;
	}
-->>
