body {
  margin: 0px;
  font-size: 11pt;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

table.border {
  border: solid #000 1px;
}

.head {
  background-color: #000000;
/* #99CCFF  */
  font-weight: bold;
  color: #EEEEEE;
  text-align: center;
}

.row1 {
  background-color: #eeeeee;
}

.row2 {
  background-color: #ffffff;
}

.row3 {
  background-color: #cccccc;
}

.error,.red {
  color: red;
}

.green {
  color: green;
}

        fieldset {
            width: 50%;
            margin: 15px 0px 25px 0px;
            padding: 15px;
        }
        legend {
            font-weight: bold;
        }
        .button {
            text-align: right;
        }
        .button input {
            font-weight: bold;
        }

