
html {width: 100%;}

* {
    margin: 0;
    padding:0;
    }

body {
    background: white;
    text-align: left;
    color: #66666;
    font-size: 10pt !important;
    line-height: 125%;
    border: 0;
    border-top: 0;
    margin: 0;
    padding: 0; 
    font-family: helvetica, arial, serif;
       }

.screenonly, .hide { display: none; }



a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

p {
    font-family: helvetica, arial, sans-serif;
    margin-top: 2pt;
    margin-bottom: 2pt;
    line-height: 125%;
    font-size:10pt;
    }

ul li  {
    list-style-position: inside; 
    }

h1, h2, h3, h4, h5, h6    {
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    margin-top: 1pt;
    margin-bottom: 2pt;
    letter-spacing: 1pt;
    line-height: 125%;
    font-size:11pt;
    }

h1 {
    font-size:11pt;
}
h2 {
    font-size:11pt;
}
h3 {
    font-size:11pt;
}
h4, h5, h6    {
    font-weight: normal;
    }
