body { 
  margin: 0ex;
  padding: 0ex;
  color: #000;
  background: url(/images/background.gif) center repeat-y #CCC;
  font-family: Book Antiqua, serif;
  font-size: 10pt;
}

a {
  color: #108CA0;  
}

#content {
  width: 700px;
}

#contentarea {
  background: url(/images/titleback.jpg) no-repeat;
  padding: 1em;
}

th {
  border-bottom: 2px solid #000;
}

.row_on {
  background: #EEE;
}

.row_on td {
  border-bottom: 1px groove;
}

.row_off {
  background: #DDD;
}

.row_off td {
  border-bottom: 1px groove;
}