/* CSS Document */

html {width: 100%;}

body {
    background: white;
    text-align: left;
    color: black;
    font-size: 9pt !important;
    line-height: 150%;
    border: 0;
    border-top: 0;
    margin: 0;
    padding: 0; 
    font-family: Georgia, Palatino, serif;
    width: 6in;
       }

#sidebar    , #subnav, #menu, .hide {
    display: none;
       }

#wrapper    {
    width: 6in;
    border: 0;
    border-top: 0;
    padding: 0;
    margin: 0;
    background: white;
    background-image: none;
    color: black;
    }    

#pagebody {
    width: auto;
       margin: 0;
       padding: 0;
       border: 0;
    border-top: 0;
       float: none !important;
       color: black;
       background: transparent none;
       }

#footer {
    border: 0;
    border-top: 1pt solid #ccc;
    padding: 5pt 7pt 7pt 10pt;
    text-align: left;
    clear: both;
    font-size: 9pt;
    }

#footer img{
    border: 0;
    }

a:link, a:visited {font-size: 9pt;
margin-left: 8pt ; margin-right: 8pt ;padding: 5pt 7pt 7pt 10pt;
   color: #566;
   background: transparent;
   text-decoration: none;
   }

h1, h2, h3, h4, h5, h6    {
    font-family: verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
    margin-top: 1em;
    margin-bottom: 2pt;
    letter-spacing: 1pt;
    }



#pagebody h1    {
    margin-top: 0;
    }

#pagebody h2    {
    margin-top: 1.5em; 
    }

h4, h5, h6    {
    font-family: verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
    font-weight: normal;
    }






    
html #pagebody p    {
    line-height: 1.75em;
    text-align: left;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 9pt !important;
    }
