/* CSS Document */
body {
  font-family: georgia, helvetica, arial, sans-serif;
  font-size: 10pt;
}

a {
  color: #00f;
  text-decoration: none;
}

a:hover {
  color: #f00;
  text-decoration: underline;
}

a.side {
  color: #000;
  text-decoration: none;
  font-size: 10pt;
}

a.side:hover {
  color: #000;
  text-decoration: underline;
  font-size: 10pt;
}

a.big {
  color: #000;
  text-decoration: none;
  font-size: 13pt;
  font-weight: normal;
}

a.big:hover {
  color: #000;
  text-decoration: underline;
  font-size: 13pt;
  font-weight: normal;
}

a.footer {
  background-color: #f00;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  font-weight: normal;
}

a.footer:hover {
  background-color: #f00;
  color: #000;
  text-decoration: underline;
  font-size: 10pt;
  font-weight: normal;
}

li {
  margin-top: 10px;
}

li.tight {
  margin: 0px;
  margin-left: -25px;
}

p {
  font-size: 10pt;
  text-align: justify;
  margin-top: 12px;
}

p.indent {
  font-size: 10pt;
  text-align: justify;
  margin-top: 12px;
  margin-left: 1in;
}

table.main {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  text-align: left;
}

table.content {
  width: 100%;
}

td {
  font-size: 10pt;
  vertical-align: top;
}

td.red {
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  font-size: 13pt;
}

td.side {
  background-color: #f00;
  color: #fff;
  font-size: 10pt;
}

td.side-black {
  background-color: #f00;
  color: #000;
  font-size: 10pt;
}

td.footer {
  background-color: #f00;
  color: #000;
  font-size: 10pt;
  margin-left: 1in;
  text-indent: 10%;
}

td.header {
  background-color: #f00;
  font-size: 10pt;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

td.left-heading {
  font-size: 13pt;
  font-weight: bold;
  text-align: center;
}

td.content-L {
  width: 20%;
  background-color: rgb(204, 204, 204);
}

td.content-R {
  width: 80%;
}

