<!--
body { width: 99%; background-image: url(images/bgltslate.gif); 
	color: #08296b; text-align: center; padding: 0; }

ul {margin-top: -1px; margin-bottom: 5px; }

p, div { margin-top: 1px; margin-bottom: 0px; }

h1, h2, h3, h4, h5 { color: red; text-align: center; 
   	margin-top: 0px; margin-bottom: -1px;  }

hr { width: 75%; color: blue; text-align: center; }

.maintable { position: absolute; top: 10em; left: 1%; 
	width: 95%; height: 50em;}

.linkbar {  background-color: #ffff9c; 
	font-size: 9pt;
	border: solid red 1px; 
	width: 90%; 
	text-align: center;
	padding: .4em; margin-left: 5pt; margin-right: 5pt; }

.navbutton { font-weight: bold; font-style: italic; 
	font-size: 11pt; 
	margin: .25em; padding: .2em; 
	background-color: #0033CC; vertical-align: middle; 
	width: 165px; border: solid red 1px; }

.nav  { vertical-align: middle; text-align: left; }

.left-td { position: absolute; top: 10px; left: 1px;
	width: 29%; height: 50em;
	border: solid 1px blue;
	background-color: lightblue; 
	text-align: justify; 
	font-size: 10pt;  
	color: darkblue; 
	vertical-align: top; 
	overflow: auto; spacing: none;
	padding: 1em; }

.center-td { position: absolute; top: 10px; left: 32%;
	width: 45%; height: 51em;
	border: none; border-bottom: thin solid blue; 
	overflow: auto; text-align: left;
	font-size: 10pt; color: darkblue;
	vertical-align: top; 
	padding-top: none; padding-bottom: 1em; 
	padding-left: .5em; padding-right: .5em; }

.right-td { position: absolute; top: 10px; left: 79%;
	font-size: 10pt; 
	width: 20%; height: 50em; 
	border: thin blue solid;  
	padding: 1em; overflow: auto; }

.bottom { position: absolute; top: 54.5em; left: 3em; 
	height: 16.5em; width: 90%; padding: 5px;  border: thin blue solid; }

.bottom-left { position: absolute; top: 10px; left: 2%;
 		width: 30%; height: 20em; text-align: left; font-size: 10pt; }
	
.bottom-center { position: absolute; top: 5px; left: 35%; width: 30%; height: 20em; }

.bottom-right { position: absolute; top: 10px; left: 74%; 
		width: 30%; height: 20em; text-align: left; font-size: 10pt; }

h3  { color: blue; text-align: left; }
h4  { color: blue; }

.header {font-family: times new roman; }

a.header:link { color: white; text-decoration: none; }
a.header:visited { color: white; text-decoration: none; }
a.header:hover { color: yellow; text-decoration: none; }

a.nav:link { color: white; text-decoration: none; }
a.nav:visited { color: white; text-decoration: none; }
a.nav:hover { color: red; text-decoration: none; }

.smallest { font-size: 8pt; color: #08296b; }
.small { font-size: 9pt; color: #08296b; }
.red { font-size: 12pt; color: red; }
.bigred {font-size: 20pt; color: red; text-align: center; }
.large { font-size: 14pt; }

a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: red; }
a:active { color: blue; }
-->