body {
  background-color: white;
  color: black;
  margin: 40px 40px 40px 40px;
  text-align: left;
}

blockquote {
  margin: 0px 0px 4px 7px;
  padding: 0px 0px 0px 10px;
  text-align: left;
  border-style: solid;
  border-width: 0px 0px 0px 4px;
  border-color: rgb(200, 200, 200);
}

blockquote.o {
  border-color: rgb(255, 230, 150);
}

blockquote.c {
  border-color: rgb(150, 150, 255);
}

H3 {
  font-family: Arial, sans-serif;
  font-size: 16pt;
  font-style: normal;
  font-weight: normal;
  color: black;
  background-color: white;
  margin: 1.5ex 0ex 0.5ex 0ex;
}

P {
  font-family: "Times New Roman", serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  color: black;
  background-color: white;
  margin: 0.5ex 0ex 0.3ex 0ex;
}

P.o1 {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-style: italic;
}

P.o2 {
  font-family: Arial, sans-serif;
  font-size: 8pt;
}

P.o3 {
  font-family: Arial, sans-serif;
  font-size: 7pt;
  font-style: italic;
}

P.a {
  background-color: white;
  color: red;
}

P.c {
  background-color: white;
  color: blue;
}

P.d {
  background-color: white;
  color: gray;
}

P.t {
  background-color: white;
  color: green;
}

P.n {
  font-weight: bold;
  margin-right: 0.6ex;
  white-space: nowrap;
}

table {
  padding: 0px;
  margin: 0px;
  border-width: 0px;
  border-collapse: collapse;
}

TD {
  padding: 0px;
  border-width: 0px;
  text-align: left;
  vertical-align: top;
}

ul {
  margin: 40px 0px;
  border-width: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
  display: inline;
  border-style: outset;
  border-width: 2px;
  padding: 3px 12px;
  margin: 0px 8px 0px 0px;
}

li.d {
  background-color: rgb(230, 230, 230);
  color: black;
  font-family: Arial, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  font-style: normal;
}

li a {
  font-family: Arial, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
