<html> <style>{  }
body         { font-family: arial; font-size: 11pt; background-color:#F9F9F9 }
hr           { font-family: arial; font-size: 11pt }
html         { font-family: arial; font-size: 11pt }
p            { font-family: arial; font-size: 11pt }
td           { font-family: arial; font-size: 11pt }
a            { font-family: Arial; text-decoration:none; font-weight:bold }
a:active     { font-family: Arial; font-weight: bold; text-decoration:none }




a.top            { font-family: verdana, tahoma; font-size: 8pt; color: yellow; text-decoration:none; font-weight:bold }
a.top:active     { font-family: verdana, tahoma; font-size: 8pt; color: yellow; font-weight: bold; text-decoration:none }
a.top:link       { font-family: verdana, tahoma; font-size: 8pt; color: yellow; font-weight: bold; text-decoration:none }
a.top:visited    { font-family: verdana, tahoma; font-size: 8pt; color: yellow; font-weight: bold; text-decoration:none }
a.top:hover      { font-family: verdana, tahoma; font-size: 8pt; color: white; font-weight: bold; text-decoration:underline }
a.side           { font-family: verdana, tahoma; font-size: 7pt; color: #000080; text-decoration:none; font-weight:normal }
a.side:active    { font-family: verdana, tahoma; font-size: 7pt; color: #000080; font-weight: normal; text-decoration:none }
a.side:link      { font-family: verdana, tahoma; font-size: 7pt; color: #000080; font-weight: normal; text-decoration:none }
a.side:visited   { font-family: verdana, tahoma; font-size: 7pt; color: #000080; font-weight: normal; text-decoration:none }
a.side:hover     { font-family: verdana, tahoma; font-size: 7pt; color: blue; font-weight: normal; text-decoration:underline }
tr           { font-family: arial; font-size: 10pt }
h1           { font-family: arial; font-size: 14pt; color: #000080; font-weight: bold; margin-top:0; margin-bottom:0 }
h2           { font-family: arial; font-size: 12pt; color: #000080; font-weight: bold; margin-top:0; margin-bottom:0 }


/*a:link { font-family: Arial, Sans-Serif; font-size: 12px; font-weight: normal; color: #3300CC; text-decoration: none } */
/* a:visited { font-family: Arial, Sans-Serif; font-size: 12px; font-weight: normal; color: #3300CC; text-decoration: none } */
/* a:hover { font-family: Arial, Sans-Serif; font-size: 12px; font-weight: normal; color: #3300CC; text-decoration: underline } */
/* a:active { font-family: Arial, Sans-Serif; font-size: 12px; font-weight: normal; color: #3300CC; text-decoration: none } */

#Content {
  width: 850px ;
  margin-left: auto ;
  margin-right: auto ;
  align: center;
}


#ContentHeaderText {
  width: 1900px ;
  margin-left: auto ;
  margin-right: auto ;
  align: center;
}


#ContentHeader {
  width: 100% ;
  margin-left: auto ;
  margin-right: auto ;
  align: center;
}

DIV.container {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle }



/* START NAV MENU */
nav {
  background-color:  #FFFFFF;       /* #2C5463; */    /* #2C5463; */   /* #3366FF; */
  height:40px;
}
 
 
nav ul {
  font-family: Arial, Verdana;
  font-size: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
nav ul li {
  display: block;
  position: relative;
  float: left;
 
}
 
nav li ul { 
  display: none; 
}
 
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 7px 15px 3px 15px;
  background: #FFFFFF;         /*  #2C5463; */    /* #3366FF; */
  color: #000000;  
  margin-left: 1px;
  white-space: nowrap;
  height:30px; /* Width and height of top-level nav items */
  width:130px;
  text-align:center;
 
}
 
nav ul li a:hover { 
  background: #3366FF;  /*#617F8A;*/             /* #617F8A;  */    /* #33FF99;  */   /* #617F8A; */
}
 
nav li:hover ul {
  display: block;
  position: absolute;
  height:30px;
}
 
nav li:hover li {
  float: none;
  font-size: 11px;
 
}
 
nav li:hover a { 
  background: #3366FF; /*#3A464F; */
  height:30px; /* Height of lower-level nav items is shorter than main level */
  color: #FFFFFF;
}
 
nav li:hover li a:hover { 
  background: #992222;      /* #95A9B1; */
}
 
nav ul li ul li a {
    text-align:left; /* Top-level items are centered, but nested list items are left-aligned */
}
 
/* END NAV MENU */


</style>

</html>