body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

h1{
  font-size: 15pt;
  background-color: #F4F0F0;
  color: #3F1F11;
  padding-left:3pt;
  margin-top:2pt;
  margin-bottom:8pt;
  border-style:solid;
  border-width:0pt;
  border-color:#F4F0F0;
  width:100%;
}

h2{
  font-size: 12pt;
  background-color: #F4F0F0;
  color: #3F1F11;
  padding-left:3pt;
  margin-top:1.5pt;
  margin-bottom:7pt;
  border-style:none;
  border-width:4.5pt;
  border-color:#F4F0F0;
  width:100%;
}

h3{
  font-size: 11pt;
  background-color: #F4F0F0;
  color: #3F1F11;
  padding-left:3pt;
  margin-top:2pt;
  margin-bottom:8pt;
  border-style:none;
  border-width:thin;
  width:100%;
}


h4,h5{
  font-size: 9pt;
  background-color: #F4F0F0;
  color: #3F1F11;
  border-style:none;
  border-width:thin;
  width:100%;
}

table {
  font-size: 10pt;
  color: #000000;
}

tr.banner {
  text-align:g center;
  font-size: 18pt;
  font-weight: bold;
  color: #3F1F11;
  background: #FFFFFF;
}

tr.subbanner {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  color: #FFFFF;
  background: #F4F0F0;
}

tr.subsubbanner {
  text-align: left;
  font-size: 10pt;
  color: #FFFFFF;
  background: #F4F0F0;
}


   a:link { color:black ; text-decoration:none ; font-weight:bold; }
   a:hover{ color:red; text-decoration:none; font-weight:bold; } 
   a:visited { text-decoration:none ; font-weight:bold; }
