body {
  background: #ffffff;
  color: #000000;
  font-family: arial;
  font-size: 10pt;
  margin-left: 4%;
  margin-right: 4%
}

h2 {
  color: #000000;
  background: transparent;
  font-weight: bold;
}

h3 {
  color: #000033;
  background: transparent;
  margin-left: 2%;
  margin-right: 2%;
  font-weight: bold;
}

h4 {
  color: #000000;
  background: transparent;
  margin-left: 4%;
  margin-right: 4%;
  font-weight: bold;
}

h5 {
  color: #000000;
  background: transparent;
  margin-left: 5%;
  margin-right: 5%;
  font-weight: bold;
}

p {
  margin-left: 1%;
  margin-right: 1%;
}

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

.note {
  margin-left: 7%;
  margin-right: 3%;
}

.title {
 color: #000000;
 font-size: 20pt;
 font-weight: bold;
}

a:link {
  color: #000033;
  background: transparent;
}

a:visited {
  color: #000033;
  background: transparent;
}

a:active {
  color: #000000;
  background: #eeeeee
}

a:hover {
  color: #000099;
  background: transparent;
}

ul {
color: #000000;
font-weight: normal
}

ol{
color: #000000;
font-weight: bold;
}

ol ol{
color: #000000;
font-weight: bold
}

ol ol ol{
color: #000000;
font-weight: normal
}
ol ol ul ol{
color: #000000;
font-weight: normal
}

.vet { font-weight: bold; }
