table.eds {
  background: white;
  border-style: ridge;
  border-collapse: collapse;
  font-size: 12pt;
}

table.dat {
  background: white;
  border-style: solid;
  border-width: thin;
  font-size: 12pt;
}

td {
  font-size: 10pt;
  padding-left: 6px;
  padding-right: 6px;
}

tr.r1 {
  background: #dcfadc;
}

tr.r2 {
  background: white;
}

.hdr {
  background: #dcffdc;
  background: #ef8000;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}

body.local {
  background: white url(../../images/tanbg.jpg);
  font-family: Verdana, 'Trebuchet MS', Tahoma, Geneva, Arial, sans-serif;
  font-size: 18;
  color: black;
  width: 920px;
}

.sno {
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  color: blue;
}

