<STYLE TYPE="text/css">
<!--

body {
  background-color: #FFFFFF;
  }

p {
  color: #000000;
  font-family: georgia;
  font-size: 11pt;
  }

A:link {
  color: #ff9900;
  font-size: 11pt;
  font-family: arial;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  }
  
A:visited {
  color: #ff9900;
  font-size: 11pt;
  font-family: arial;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  }
  
A:hover {
  color: #000000;
  text-decoration: underline;
  }

a.subtitle:link {
  font-family: georgia;
  font-size: 13pt;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  text-decoration: none;
  }
  
a.subtitle:visited {
  font-family: georgia;
  font-size: 13pt;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  text-decoration: none;
  }

a.subtitle:hover {
  font-family: georgia;
  font-size: 13pt;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  text-decoration: underline;
  }

a.subtitle span{display: none}

a.subtitle:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:70px; right:auto; width:140px;
    border:2px solid ;
    background-color:#ffffff; color:#000;
    text-align: center;
    font: 11px Verdana, sans-serif;
    }

a.poplink{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none}

a.poplink:hover{z-index:25;}

a.poplink span{display: none}

a.poplink:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:autopx; left:auto; width:140px;
    border:2px solid ;
    background-color:#ffffff; color:#000;
    text-align: center;
    font: 11px Verdana, sans-serif;


.greytitle {
  font-family: georgia;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  color: #9E9B9D;
  text-decoration: underline;
  }

.blacktitle {
  font-family: georgia;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  color: #9E9B9D;
  text-decoration: underline;
  }

.title {
  font-family: georgia;
  font-size: 18pt;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  }

.subtitle {
  font-family: georgia;
  font-size: 13pt;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  }

.subsubtitle {
  font-family: georgia;
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  }
  
.subsubsubtitle {
  text-align: center;
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
  color: #ffff33;
  text-decoration: underline;
  }

h1 {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-style: italic;
  color: #ff9900;
  }

.fineprint {
  color: #ff9900;
  font-size: 9pt;
  font-family: arial;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  }

  
-->
</STYLE>


}