body {
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 4px;  
   font-family: Arial, Helvetica, sans-serif;
   background-color: #ffffff;
   font-size: 12px;
}
td {
   font-size: 12px;
}
.box {
   font-weight: normal;
   font-size: 12px;
   background-color: #9ba8b9;
   color: #ffffff;
   border: 1px black solid;
}
.white {
   color: #ffffff;
}
.heading {
   font-weight: bold;
   font-size: 12px;
   background-color: #9ba8b9;
   color: #ffffff;
   text-align: center;
   border: 1px black solid;
}
.row {
   font-weight: normal;
   font-size: 12px;
   background-color: #9ba8b9;
   color: #ffffff;
   border: 1px black solid;
}
a:link { 
   color: #006699;
   text-decoration: none; 
   cursor: hand
}
a:visited { 
   color: #006699;
   text-decoration: none; 
   cursor: hand
}
a:hover { 
   color: #006699;
   text-decoration: none; 
   cursor: hand
}
.small { font-size: 10px; }
.contentTitle { font-size: 16px; }
.content { border: thin solid #000000; }
input.button1 {
  background-color: #9BA8B9;
  width: 70px;
  height: 25px;
  font-family: verdana;
  font-size: 10px;
  border-width: 3;
  border-color: #B8C2CE;
  border-style: groove;
  font-weight: bold;
}
input.button0 {
  background-color: #CFCFCF;
  width: 70px;
  height: 25px;
  font-family: verdana;
  font-size: 10px;
  border-width: 3;
  border-color: #FFFFFF;
  border-style: outset;
  font-weight: bold;
}