BODY {
  margin: 0px;
  background-color: #E1F0CD;
}
BODY, P, TD, TH, DIV, LI {
  font: 10pt Arial;
}
FORM { margin: 0px; }
H1 { 
  font: 15pt Arial;
  border-bottom: 2px solid #006E3A;
  width: 96%;
  margin-top: 0px;
  margin-bottom: 3px;
  font-weight: bold;
  text-align: left;
}
.menu {
  text-decoration: none;
}
.dots {
  width: 195px;
  border-bottom: 2px dotted white;
  margin: 7px 0px 7px 0px;
  font-size: 1px;
}
.ghdr { 
  border-bottom: 2px solid #76AD72;
  color: #006E3A;
  font-weight: bold;
  text-align: left;
  width: 95%;
  padding: 3px;
}
.lshadow {
  background-image: url('/images/lshadow.jpg');
  background-repeat: repeat-y;
}
.rshadow {
  background-image: url('/images/rshadow.jpg');
  background-repeat: repeat-y;
}
.bottom {
  background-image: url('/images/bottom_gradient.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.tbg { 
  background-image: url('/images/tan_gradient.jpg');
  background-repeat: repeat-x;
}

.bnav {
  padding-bottom: 8px; 
}

.bnav A {

	text-decoration: none;
	font-size:10pt;
	font-weight:bold;
	color:#333333;
	padding: 5px;
}

.leftHeader {
  font-weight: bold;
  font-size: 8pt;
  text-align: left;
}
.leftRaces {
  font-size: 8pt;
  text-align: left;
}

.ss { font-size: 8pt; }
.lgbg { background-color: #E1F0CD; }
.obg { background-color: #F2610E; }
.big { font-size: 13pt; }
.p { padding: 5px; }
.pp { padding: 10px; }
.blk { color: #000000; }
.gry { color: #808284; }
.r { color: #8b0000; }
.g { color: #006E3A; }
.w { color: #FFFFFF; }
.b { font-weight: bold; }
.ctr { text-align: center; }