table {
  border: 2px dotted #cc33cc;
  margin: 0 0 3em;
  background: #ffffff none repeat scroll 0% 50%;
  opacity: 0.828;
  border-collapse: collapse;
  font-weight: normal;
  color: black;
}
caption {
  margin: 0.3em 0;
  text-align: left;
  font-family: "trebuchet ms",Helvetica,Arial,Sans-Serif;
  font-style: normal;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.3;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
}
tr {
  font-size: 100%;
}
tr.odd {
  background: #ffccff none repeat scroll 0% 50%;
}
tr.even {
  background: #ffffff none repeat scroll 0% 50%;
}
td.odd {
  background: #ffccff none repeat scroll 0% 50%;
}
td.hole {
  background: transparent url(hole.gif) no-repeat scroll 0% 50%;
}
th, td {
  padding: 0.5em 0.9em;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
tbody tr:first-child th, tbody tr:first-child td, tfoot tr:first-child th, tfoot tr:first-child td {
  border-top: 2px solid #336633;
}
thead {
  background: #ff99ff none repeat scroll 0% 50%;
  white-space: nowrap;
}
tfoot {
  background: #ff99ff none repeat scroll 0% 50%;
}
tfoot th, tfoot td {
  font-weight: bold;
}
