html, body, p, td, input, textarea, select, ul, li {
  font-family: verdana, Arial, "MS Trebuchet", sans-serif;
  font-size: 8pt;
  color: #575757;
  line-height: 11pt;
}

label {
  font-weight: bold;
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
}

hr {
  border: 1px solid #aaa;
}


h1 {
  font-size: 11pt;
  font-weight: bold;
  color: #555555;
  margin-top: 8px;
  margin-bottom: 4px;
}

h2 {
  font-size: 8pt;
  color: #44AB01;
  margin-bottom: 4px;
}

h3 {
  font-size: 11pt;
  font-weight: bold;
  color: #44AB01;
  margin-top: 12px;
  margin-bottom: 8px;
}

a {
  color: #44AB01;
}

a:hover {
  text-decoration: none;
}

