body {
   font-family: sans-serif; 
   font-size: 10pt;
   background: #ffffff;
   color: #000000;
   margin-left: 5%;
   margin-right: 5%;
   margin-bottom: 5%;
}

.navtab { padding: 3pt 3pt 3pt 6pt }
.navtab a:link { color: #ccff99; text-decoration: none }
.navtab a:active { color: #ccff99; text-decoration: none }
.navtab a:visited { color: #ccff99; text-decoration: none }

.bodytext {
   padding: 1em 0em 1em 0em;
}


H1 {
   border: none;
   font-family: sans-serif;
   font-weight: normal;
   font-size: huge;
   color: #000000;
}

H2 {
   font-family: sans-serif;
   color: #000000;
   font-style: bold;
   border: none;
}

H3 {
   font-family: sans-serif;
   font-size: medium;
   color: #000000;
   font-style: bold;
   border: none;
}


P {
   font-family: sans-serif;
   font-size: 10pt;	
   text-align: left;
}

UL {
   font-family: sans-serif;
   font-size: 10pt;
   list-style-type: disc;
}

OL {
   font-family: sans-serif;
   font-size: 10pt;
}

TD {
   font-family: sans-serif;
   font-size: 10pt;
}




