<STYLE TYPE="text/css">
<!--

body {
  background-color: #bb2025;
  }

p {
  color: #ffff00;
  font-family: arial;
  font-size: 10pt;
  }

A:link {
  color: #ff9900;
  font-size: 11pt;
  font-family: arial;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  }
  
A:visited {
  color: #ff9966;
  font-size: 11pt;
  font-family: arial;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  }
  
A:hover {
  color: #ffff00;
  text-decoration: underline;
  }

a.darklink:link {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-style: italic;
  color: #000000;
  text-decoration: underline;
  }

a.darklink:visited {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-style: italic;
  color: #000000;
  text-decoration: underline;
  }

a.darklink:hover {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-style: italic;
  color: #000000;
  }

a.yellowlink:link {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-style: italic;
  color: #ffff00;
  text-decoration: underline;
  }

a.yellowlink:visited {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-style: italic;
  color: #ffff00;
  text-decoration: underline;
  }

a.yellowlink:hover {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-style: italic;
  color: #ffff00;
  }

a.subtitle {
  position: relative;
  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:50px; left:0px; 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*/
    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;
    bottom: 7px; right: -170px; width:140px;
    border:2px solid ;
    background-color:#ffffff; color:#000;
    text-align: center;
    font: 11px Verdana, sans-serif;
    }

a.poplinkindex{
    position:relative; /*this is the key*/
    z-index:7;
    text-decoration:underline}

a.poplinkindex:hover{z-index:8; text-decoration:none;}

a.poplinkindex span{display: none}

a.poplinkindex:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    bottom: 7px; right: -170px; width:180px;
    border:2px solid ;
    background-color:#ffffff; color:#000;
    text-align: center;
    font: 11px Verdana, sans-serif;
    text-decoration:none;
    }

a.poplinkleft{
    position:relative; /*this is the key*/
    z-index:7;
    text-decoration:underline}

a.poplinkleft:hover{z-index:8; text-decoration:none;}

a.poplinkleft span{display: none}

a.poplinkleft:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    bottom: 7px; left: -190px; width:170px;
    border:2px solid ;
    background-color:#ffffff; color:#000;
    text-align: center;
    font: 11px Verdana, sans-serif;
    text-decoration:none;
    }

ul {
	color: #ffff00;
    font-family: arial;
    font-size: 10pt;
	}

input {
  border-color:#ffff00;
	border-width:1px; 
	border-style:solid;
	background-color:#ffff66;
	filter:alpha(Opacity=75, Style=0);
	-moz-opacity:.60; opacity:.60;
  }

textarea {
  border-color:#ffff00;
	border-width:1px; 
	border-style:solid;
	background-color:#ffff66;
	filter:alpha(Opacity=75, Style=0);
	-moz-opacity:.60;opacity:.60;
  }

.title {
  font-family: georgia;
  font-size: 18pt;
  font-weight: bold;
  color: #ffff33;
  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;
  }

.subsubsubtitle_black {
  text-align: center;
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  text-decoration: underline;
  }
  
.subsubsubtitle_red {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  color: #bb2025;
  text-decoration: underline;
  }

h1 {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-style: italic;
  color: #ff9900;
  }

.darkprint {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-style: italic;
  color: #000000;
  }

.fineprint {
  color: #ff9900;
  font-size: 9pt;
  font-family: arial;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  }

.fineprint_black {
  color: #000000;
  font-size: 8pt;
  font-family: arial;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  }

.submit {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  background-color: #ffff00;
  border: 2px solid #ffff00;
  }

.submit:hover{
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  background-color: #ff4500;
  border: 2px solid #ffff00;
  }

-->
</STYLE>


}