<!--
body {
      font: normal 8pt Arial, sans-serif;
      color: white;
      margin-left:1%;
      margin-right:1%;
      text-align: middle;
      background-color: black;
     } 

/* Div Layout */
div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

#footer {
  clear: both;
}

img.brdr {
    border-color: #174468;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

.cbrdr {
    border-color: #174468;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    width: 98%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Header Styles */

.caps { font-variant: small-caps; }

h1 {color: #6985F1; text-align: center; font: small-caps 700 1.8em arial;}
h2 {color: orange; text-align: center; font: 700 1.6em arial;}
h3 {color: orange; text-align: center; font: 700 1.4em arial;}
h4 {color: orange; text-align: center; font: 700 1.2em arial;}
h5 {color: orange; text-align: center; font: 700 1.0em arial;}

hr {
   color: #174468;
   margin-left: auto;
   margin-right: auto;
}

b {color: #6985F1; }

/* General Alignment Styles */

.center { text-align: center;
          margin-left: auto;
          margin-right: auto;
}
.left { text-align:left; }
.right { text-align: right; }

/* Link Styles */

a:link { color: limegreen; border-style: none; }
a:hover { color: paleturquoise; border-style: none; }
a:visited { color: orangered; border-style: none; }

/* Paragraph Styles */

P {
    color: white;
    text-indent: 1em;
    font: normal 9pt Arial, sans-serif;
    clear: left;
}

p.tiny {
    font: normal 7pt Arial, sans-serif;
    text-indent: 0em;
}

p.tiny:first-line {
  color: #6985F1;
  font-variant:small-caps;
}

P.bib {
   font-size: 8pt;
   text-indent: 0em;
}

/* Table Styles */
table {
    background-color: black;
    font-size: 8pt;
    border-color: white;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-spacing: 0;
    border-collapse: collapse; 
    margin-left:auto;
    margin-right:auto;
}

.noborder {border-style: none; }

tr { height: 30px; }

/* Even Table Rows (Calculate using numrows mod 2) */
tr.row0 {  background-color: #CBACF8; color: black;}
tr.row1 {  background-color: #FFD7AE; color: black;}
tr.footer {  background-color: #174468; color: orange;}

td (padding: 4px 4px;
    margin: 1px 1px;
    vertical-align: middle;
}

.rowhead {
    text-align: left;
    background-color: #174468;
    color: orange;
}

.caption
{
    text-align: right;
    color: black;
    font-weight: bold;
}

.fldname
{
    text-align: right;
    background-color: #174468;
    color: orange;
}

.colname
{
    text-align: center;
    background-color: #174468;
    color: orange;
/*  font-variant: small-caps; */
    font-weight: bold;  
}

.tblname
{
    text-align: center;
    background-color: #174468;
    color: white;
    font-variant: small-caps;
    font-weight: bold;  
}

.data
{
    text-align: center;
    color: black;
    font: normal 9pt Arial, sans-serif;
}

.info
{
    text-align: left;
    color: orange;
    font: normal 9pt Arial, sans-serif;
}
.help
{
    text-align: left;
    color: orange;
    font-size: 8pt;
}

dl, li {
   text-indent: 0em;
}

/* Form Styles */

textarea {
   width: 100%;
   height: 50px;
   background-color: white;
   font-family: Arial, sans-serif;
   font-weight: 400;
}

textarea:focus {
   background-color: #ffc8c8;
}

/* Bouncing Navigation Buttons */

.mouseBeOffMe {
  border-top:    6px  solid black; 
  border-bottom: 6px  solid black; 
  border-left:   6px  solid black; 
  border-right:  6px  solid black; 
}

.mouseBeOnMe {
  border-top:    8px  solid black;
  border-bottom: 4px  solid black; 
  border-left:   8px  solid black; 
  border-right:  4px  solid black;
}

.mouseBeDown {
  border-top:    10px  solid black;
  border-bottom: 2px   solid black; 
  border-left:   10px  solid black; 
  border-right:  2px   solid black;
}

.mouseBeUp {
  border-top:    6px  solid black;
  border-bottom: 6px  solid black; 
  border-left:   6px  solid black; 
  border-right:  6px  solid black;
}

/* Navigation Buttons */

a.button {
  font: bold 8pt Arial, san-serif;
  padding: 2px 4px;
  margin: 4px;
  text-align: center;
  width: 40px;
  height: 25px;
  text-decoration: none;
  cursor: default;
}

a.button:link {
  color: orange;
  border-top: 2px solid steelblue;
  border-right: 2px solid darkblue;
  border-bottom: 2px solid darkblue;
  border-left: 2px solid steelblue;
  background-color: #174468;
}

a.button:visited {
  color: orange;
  border-top: 2px solid steelblue;
  border-right: 2px solid darkblue;
  border-bottom: 2px solid darkblue;
  border-left: 2px solid steelblue;
  background-color: #174468;
}

a.button:hover {
  color: black;
  border-bottom: 2px solid #FFD7AE;
  border-left: 2px solid #BE5F00;
  border-top: 2px solid #BE5F00;
  border-right: 2px solid #FFD7AE;
  background-color: #F6C280;
}

a.button:active {
  color: orange;
  border-top: 2px solid steelblue;
  border-right: 2px solid darkblue;
  border-bottom: 2px solid darkblue;
  border-left: 2px solid steelblue;
  background-color: #174468;
}

a.disabled:link, a.disabled:visited, a.disabled:active, a.disabled:hover {
  visibility: hidden;
}

//-->

<script language="JavaScript">
<!--
     function initArray() {
     this.length = initArray.arguments.length
     for (var i = 0; i < this.length; i++)
         this[i+1] = initArray.arguments[i]
}

var MonthOfYearArray = new initArray("January","February","March","April",
                                     "May","June","July","August",
                                     "September","October","November","December");

var LastModifiedDate = new Date(document.lastModified);

document.write("Page last modified ");
document.write(MonthOfYearArray[(LastModifiedDate.getMonth()+1)]," ");
document.write(LastModifiedDate.getDate(),",",(LastModifiedDate.getYear()+1900));
//-->
</script>
 
