html, body {
  height:100%;
  margin:0px;
  padding:0px;
}


td {
  font: 80% Tahoma, Arial, Verdana;
  color: #2C5F06;
}
td a {
  color: #169D00;
  text-decoration: underline;
}
td a:hover, td a.cont:hover {
  color: #FF5600;
  text-decoration: underline;
}



.tdRem {
  font: xx-small Tahoma, Arial, Verdana;
  color: #999999;
}
.tdRem a {
  color: #999999;
  text-decoration: underline;
}
.tdRem a:hover, .tdRem a.cont:hover {
  color: #FF5600;
  text-decoration: underline;
}



.tdCopy {
  font: xx-small Tahoma, Arial, Verdana;
  color: #7F7F7F;
}
.tdCopy a {
  color: #7F7F7F;
  text-decoration: underline;
}
.tdCopy a:hover, .tdCopy a.cont:hover {
  color: #FF5600;
  text-decoration: underline;
}




.tdInput {
  font: 11px MS Sans Serif;
  color: #000000;
}


