.body_white { color:#FFFFFF}
table.test {
  border-collapse: collapse;
  color: #000;
  background:#FFFFFF;
  }
.test caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #666666;
  text-transform: uppercase;
  }
.test td, .test th {

  padding: .4em;
  color: #666666;
  }

.test thead th, tfoot th {

  text-align: left;
  background: #FF99CC;
  color: #000000;
  padding-top:3px;
  }


.test tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.test tfoot td {

  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.test.odd {
  background: #666666;
  }

