@viewport {
  width: device-width;
  zoom:1;
}

BODY {
  font-family: Arial, Helvetica;
  font-size: 11pt;
  background-color: #FFFFF0
}

.defbodcla {
  margin-left: 5px;
  margin-right: 5px;
}

.defbodcla ul {
  margin-top: 0px;
  margin-bottom: 0px; 
  list-style-position: outside;
  list-style-image: url(dot.jpg);
  margin-left: 0px;
  padding-left: 20px;
}

.orangeDivider {
  background-color: #ffb200;
  width: 300px;
  border-spacing: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.orangeDivider TD {
  font-size: 11pt;
}

.yellowDivider {
  background-color: #fff078;
  width: 300px;
  border-spacing: 2px;
  margin-top: 4px;
  margin-bottom: 4pt;
}
.yellowDivider TD {
  font-size: 11pt;
}

.flatLine {
  line-height: 40%;
}

.halfFlatLine {
  line-height: 70%;
}

H1 {
  font-family: Arial, Helvetica;
  font-size: 16pt;
  color: #800000;
  margin-top: 6pt;
  margin-bottom: 2pt;
}

H2 {
  font-family: Arial, Helvetica;
  font-size: 11pt;
  margin-bottom: 10pt;
}

H3 {
  font-family: Arial, Helvetica;
  font-size: 12pt;
  margin-top: 1pt;
  margin-bottom: 1pt;
}

.subtitle {
  font-family: Arial, Helvetica;
  font-size: 11pt;
  background-color: #84AEC6
}

.imageheader {
  font-family: Arial, Helvetica;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 4;
  color: #005D8C
}

.imagefooter {
  font-family: Arial, Helvetica;
  font-size: 9pt;
  margin-top: 5;
}

TD {
  font-family: Arial, Helvetica;
  font-size: 11pt;
}

A {
  font-family: Arial, Helvetica;
  text-decoration: none;
  color: #000080;
}

A:link {
  /* background-color: #EEEEEE; */
}

A:visited {
}

A:active {
}

A:hover {
  background-color: #DDDDDD;
}

#default {
  margin-left: 15px;
}