body {
  background-color: #9E9F93;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url(../images/bgLftGray.gif);
  background-repeat: repeat-y;
}
a:link {
  color: #333333;
  text-decoration:
  none;
}
a:link:hover {
  color: #CC0000;
  text-decoration:
  none;
}
a:visited {
  color: #333333;
  text-decoration:
  none;
}
a:visited:hover {
  color: #CC0000;
  text-decoration:
  none;
}
a:active {
  color: #333333;
  text-decoration:
  none;
}
a:active:hover {
  color: #CC0000;
  text-decoration:
  none;
}
.txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}
.hand {
  cursor: hand;
}

