body {
   color: black;
   background-color: transparent;
   font-family: Verdana;
   text-align: center;
   
}
hr {
   color: #000000;
}
TABLE {
   border-collapse: collapse;
}
TD.borders {
    border: 1px #000000 solid;
    vertical-align: top;
}

TABLE.borders TD {
    border: 1px #02BF01 solid;
    vertical-align: top;
}
a { color: #000000; text-decoration: none; }
a:hover { text-decoration: none; }
.large { font-size: 10pt; margin: 3px; text-decoration: none;}
.large:hover {text-decoration: none;}
.need {
     font-weight: bold;
     color: #000000;
     font-size: 9pt;
}
input, textarea{
     border: 1px solid black;
     font-family: Arial;
     font-size: 7pt;
}
textarea { overflow: auto; }
.no_border {
     border: none;
}
.header {
     background: #02BF01;
     color: #000000;
}
td.header {
      border: 1px solid #02BF01;
}
.button {
      border: 2px solid #02BF01;
      font-size: 7pt;
      background: #64FC64;
      margin: 5px;
      font-weight: bold;
}
.button_small {
      border: 2px solid #02BF01;
      font-size: 5pt;
      background: #64FC64;
      margin: 5px;
      font-weight: bold;
}
.h1 {
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}
