body {
  FONT-FAMILY: helvetica,arial,sans-serif;
  font-size: 12 pt;
  background: #ffffff;  
}




h1 {
  font-family: Arial Narrow, tahoma, sans-serif;
  font-size: 18 pt;
  color="#0000FF"; 
}


h2 {
  font-family: Arial Narrow, tahoma, sans-serif;
  font-size: 7pt;

}



h3 {
  font-family: Arial Narrow, tahoma, sans-serif;
  font-size: 10pt;
   color="#0000FF";
}


h4 {
  font-family: Arial Narrow, tahoma, sans-serif;
  font-size: 10pt;

}

p {
  font-family: verdana, tahoma, sans-serif;
  font-size: 9pt;
}

table {
  font-family: verdana, tahoma, sans-serif;
  font-size: 9pt;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  background: #ffffff;
  border-bottom: none;
}

tr {
  vertical-align: top;
  text-align: justify;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

tr.header {
  text-transform: small-caps;
  font-weight: bold;
  background: #fefefe;
}
td
{
font-size: 9pt;
}

tr.group {
  font-weight: bold;
  background: #dedefe;
}

td {
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.title-case {
  text-trasform: capitalize;
}

.verbatim {
  font-family: "lucida console";
}
 
ul {
  type: square;
}