﻿body {
  font-family: Arial;
  font-size: 8pt;
}
.navButton {
  font-weight: bold;
  color: white;
  background-color: #a0926f;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
}
.topStrip {
  font-weight: bold;
  color: white;
  background-color: #d0c6ac;
}
A {
  text-decoration: underline;
  color: #847c3d;
  cursor: hand;
}  
A.topStrip {
  color: white;
}
.topStrip1 {
  font-weight: bold;
  color: white;
  background-color: #a0926f;
}
.rowUneven {
  color: #333333;
  background-color: #d0c6ac;
}
.rowEven {
  color: #333333;
  background-color: #ffffff;
}
.totals {
  color: #333333;
}
.contentHeading {
  color: #847c3d;
  font-weight: bold;
  font-size: 12pt;
  font-style: italic;
  margin-bottom: 0px;
  padding: 2px 4px 2px 3px;
}
.contentBody {
  color: Black;
  text-align: justify;
  margin-top: 0px;
  padding-left: 3px;
}
UL {
  margin-top: 2px;
  margin-left:5px;
}
LI {
  list-style-type:none;
  list-style-position: outside;
  color: Black;
  text-align: justify;
  margin-top: 2px;
}
@media print {
  .noprint {
    display:none;
  }  
}
.Events
{
	width: 100%;
}
.Events td
{
	width:80%;
}

