<!-- 
body {  background-color: beige; )
	color: #08296b; height: 100%; 
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 10pt; }

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; }

.main { background-color: #ffff9c; color: blue; 
	text-align: justify; border: solid blue thin;
	padding: 8px; }

.main_notop {
	background-color: #EBF4F3; color: black; 
	text-align: center; 
	border-bottom-style: solid; border-color: blue; border-width: thin;
	border-right-style: solid; border-right-width: thin;
	border-left-style: solid; border-left-width: thin; }

.headtable { width: 70%; margin-right: auto; margin-left: auto; }

.standard_td { 
	text-align: center; font-size: 10pt; 
	color: #08296b; padding: 1em; }

.inner   { background-color: #fffbc6; color: blue; 
	text-align: left; font-size: 10pt; padding: 1em; }

#navbtn { background-color: blue; color: white; 
	width: 150px; height: 10px; 
	text-align: left; font-style: italic; }
 
.justify { width: 80%; text-align: justify; padding: 1em; }

.disclaim {width: 75%; font-size: 75%;  text-align: justify; }

.linkbar {  background-color: #ffff9c; 
	font-size: 9pt;
	border: solid red 1px; 
	width: 250px; 
	padding: .4em; margin: 0; }

.navbutton { font-weight: bold; font-style: italic; 
	font-size: 11pt; 
	margin-top: .25em; margin-bottom: .25em; padding: .2em; 
	background-color: #0033CC; vertical-align: middle; 
	width: 165px; border: solid red 1px; }

.nav  { vertical-align: middle; text-align: left; }

.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; }

.facility { text-align: center; width: 80%; }

.cellhead { background-color: lightblue; text-align: center; border: solid 2px blue; }

.maincell { text-align: center; width: 50%; font-size: 12pt; border: solid 1px blue;  }

.onethird { text-align: center; width: 33%; font-size: 12pt; border: solid 1px blue; }

div.attentionBox {
  background: red; color: white; 
border: 1px solid #ccc;
  margin: 2px auto;
  width: 440px; 
  padding: 12px;
  /* border-radius below */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /* box shadow below */
  -webkit-box-shadow: #ccc 3px 4px 3px;
  -moz-box-shadow: #ccc 3px 4px 3px;
  box-shadow: #ccc 3px 4px 4px;}

 -->
