body {
  margin: 0px;
  font: 80% Arial,Verdana,Helvetica,sans-serif;
  background-color: #F3F9F8;
  }
table {
  font-size: 100%;
  }
form {
  margin: 0;
  }
input,select,textarea {
  font: 100% Arial,Verdana,Helvetica,sans-serif;
  }
#topTable {
  border-right: 1px solid #C6DFE3;
  }
#mainMenuTable {
  background-color: #C6DFE3;
  border-top: 1px solid #E4EBEE;
  border-bottom: 1px solid #6A869B;
  }
td.mainMenu {
  border-right: 1px solid #DDE5E9;
  border-left: 1px solid #86A8B9;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  }
a.mainMenu {
  text-decoration: none;
  }
a.mainMenu:hover {
  text-decoration: underline;
  }
a, a:visited {
  color: #007399;
  }
a:active, a:hover {
  color: #FF0055;
  }
a.ha:hover, a.year:hover {
  color: #A3D9A3;
  }
a.ha, a.ha:link,a.ha:visited {
  color: #000;
  text-decoration: none;
  }
#contentCell {
  padding: 18px;
  vertical-align: top;
  }
#contentTable {
  width: 790px;
  background-color: #FFF;
  border-right: 1px solid #C6DFE3;
  border-bottom: 1px solid #C6DFE3;
  border-collapse: collapse;
  }
#leftMenuCell {
  background-color: #FAF3E6;
  vertical-align: top;
  width: 253px;
  padding: 0;
  text-align: center;
  }
ol.spaced li, ul.spaced li {
  margin-top: 3px;
  margin-bottom: 6px;
  }
p.proclamation {
  text-indent: 30px;
  text-align: justify;
  }
.dropShadow {
  border-width: 1px;
  border-style: solid;
  border-top-color: #cccccc;
  border-bottom-color: #808080;
  border-left-color: #cccccc;
  border-right-color: #999999;
  }
.listings {
  margin-left: 12px;
  text-indent: -12px;
  }
.caption {
  font: 85% Arial,Verdana,Helvetica,sans-serif;
  color: #808080;
  }
div.caption {
  padding-bottom: 3px;
  border-bottom: 1px solid #D1D1D1;
  }

@media screen {
  .nonprinting {
	  visibility: visible;
    }
  .printing {
  	visibility: hidden;
    display: none;
    }
  }
@media print {
  .printing {
	visibility: visible;
    }
  .nonprinting {
	visibility: hidden;
    display: none;
    }
  #contentCell {
    width: 100%;
    }
  #contentCell {
    width: 100%;
    }
  #contentTable {
    width: 100%;
    }
  }