/* CSS Document */
a:link {color: #00f}
a:visited {color: #00f}
a:active {color: #00f}
a:hover {color: #06f}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: #fff;
  }
  
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  margin-top: 10px;
  margin-bottom: 7px;
  }
  
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  }

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: black;
  }

small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 10px;
  color: black;
  }

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: black;
  margin-top: 7px;
  margin-bottom: 7px;
}

td.a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
}

#text-field {
   width: 140px;
  }