hr{background-color:#8A7474;border:#4E1714;color:#4E1714;height:1px;text-align:left}
div.vers p{color:#FFF;margin-bottom:0;margin-top:0}
.vers{color:#FFF;font-family:sans-serif;line-height:150%;text-align:left;text-indent:0;margin:.5em 10%}
P.center{color:#FFF;font-family:sans-serif;text-align:center;text-indent:0}
P.right{color:#FFF;font-family:sans-serif;margin-right:5%;text-align:right;text-indent:0}
BODY{background-color:#191919;color:transparent;font-family:sans-serif;font-size:11pt;padding-left:2.8%;padding-right:4%}
P{color:#FFF;font-family:sans-serif;line-height:150%;margin-bottom:.5em;margin-left:10px;margin-top:.5em;text-align:justify;text-indent:0}
H1{color:#FFF;font-family:sans-serif;text-align:center}
H2{color:#FFF;font-family:sans-serif;font-size:120%;font-weight:700;margin-left:10px}
H3{color:#FFF;font-family:sans-serif;font-size:110%;font-style:italic;font-variant:normal;margin-left:10px}
TABLE{background-attachment:fixed;background-repeat:no-repeat;color:#FFF;font-family:sans-serif;vertical-align:top;padding:0}
TH{color:#FFF;font-family:sans-serif;font-size:12pt;text-align:left;vertical-align:top}
TD{color:#FFF;font-family:sans-serif;font-size:10pt;text-align:justify;vertical-align:top}
TR{color:#FFF;font-family:sans-serif}
DD{color:#FFF;font-family:sans-serif;font-size:10pt;margin-left:2em}
HR{color:#8A7474;margin-left:10px}
H4,H5{color:#FFF;font-family:sans-serif;margin-left:10px}
UL,LI{color:#FFF;font-family:sans-serif;font-size:10pt}
BLOCKQUOTE P,BLOCKQUOTE{color:#FFF;font-family:sans-serif;margin-bottom:0;margin-top:0}
a:link {
    text-decoration: none;
    color: #A9F5E1;
    font-family:sans-serif;
    font-size:10pt;
    font-weight: bold;
}

a:visited {
    text-decoration: none;
    color: #A9F5E1;
    font-family:sans-serif;
    font-size:10pt;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #A9F5E1;
    font-family:sans-serif;
    font-size:10pt;
    font-weight: bold;
}

a:active {
    text-decoration: none;
    color: #A9F5E1;
    font-family:sans-serif;
    font-size:10pt;
    font-weight: bold;
}

.floater
{
      
    /* set the background image of the floater. */
    /* you can also use background color and borders here */
    background-image: url(images/side-floater.png);
    background-repeat: no-repeat;
    background-position: right top;
    
    /* set the position to fixed so that it stays in place no matter where you scroll */
    position: fixed;
    
    /* set it all the way to the right and halfway down the page */
    left: 100%;
    top: 50%;
    
    /* bring it back to the left 40px so that you can see the graphic */
    margin-left: -40px;
    
    /* bring the graphic up half of it's height so that it is pefectly vertically centered */
    margin-top: -71px;
    
    /* set the display to block so that the entire graphic is clickable */
    display: block;
    
    /* set the z-index so high it will always be on top */
    z-index: 99999;
}