h1, h2, h3, h4, h5 {
   margin-left: 0;
}

h1 { 
   font-weight: bold; 
   font-size: 10pt;
   line-height: 12pt;
}
h2 {
   font-weight: bold;
   font-style: italic;
   font-size: 9pt;
   line-height: 9pt;
}
h3 { 
   font-style: italic;
   font-size: 9pt;
   line-height: 9pt;
}

body { 
   background-color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #000000;
}

dt {
   font-style: italic;
   margin-left: 5;
}

dd {
   margin-bottom: 5;
}

p, table, td {
  font-size: 9pt;
}
