body {
     font-family:  Trebuchet MS, arial, helvetica, sans-serif;
     font-size:    100%;
     font-weight:  Normal;
     color:        black;
     background-color:   #FFFFFF;
     margin: 2%;
     }

p,li {
     font-family:  Trebuchet MS, arial, helvetica, sans-serif;
     text-align: left;
     color: #000000;
     background-color: white;
     font-size: 100%;
     margin-bottom: 0pt;
     margin-top: 3pt;
     margin-left: 0pt;
     }

h1   { 
     font-size: 120%;
     margin-left: 0;
     margin-right: 0;
     margin-top: 0; 
     margin-bottom: 3pt; 
     color: black; 
     background-color: white;
     font-style: normal; 
     font-weight: bold;
     border-bottom: thin solid black;
     }



h2   { 
     font-size: 110%;
     color: white; 
     background-color: #6D7B8D;
     font-weight: normal;
     margin-bottom: 1pt;
     }


h3   { 
     font-weight: bold;
     font-size: 100%;
     color: Black;
     background-color: white;
     margin-bottom: 0;
     }  

h4   { 
     font-family: "Arial","Helvetica","Geneva", sans-serif; 
     font-weight: bold;
     font-style: italic;
     font-size: 100%;
     margin-bottom: 0;
     }  


td   {
     font-family:  Trebuchet MS, arial, helvetica, sans-serif;
     color: black; 
     background-color: white;
     font-size: 10pt;
     vertical-align: top;
     }
th   { 
     font-family:  Trebuchet MS, arial, helvetica, sans-serif;
     color: black; 
     background-color: white;
     vertical-align: top;
     text-align: left;
     font-size: 12pt; 
     font-weight: bold 
     }


hr {
    color: black;
    background-color: white;
    }


a:link    { color: blue; background-color: transparent; font-weight: normal; text-decoration: underline}  
a:visited { color: blue; background-color: transparent; font-weight: normal; text-decoration: underline}  
a:hover   { color: navy; background-color: transparent; font-weight: normal; text-decoration: underline} 
a:active  { color: navy; background-color: transparent; font-weight: normal; text-decoration: underline} 

