.heading {
  font-size: 32px;
  color: #cccc99;
  font-style: italic;
  font-family: 'Garamond';
  background-color: #003300;
  padding: 10px;
  display:block;
}
.header2{
  font-weight:bold;
  font-size:10pt;
}
div.subheading {
  padding:6px;
  background:#003300;
  color:white;
  font-weight:bold;
}
span.subheading {
  display: block;
  padding:6px;
  background:#003300;
  color:white;
  font-weight:bold;
}
BODY, P, p, TD, TH {
  font-family: Arial, Helvetica, Verdana;
  font-size:  11px;
  font-weight : normal;
  color: black;
}
BODY {
  scrollbar-face-color: #CCCC99;
  scrollbar-highlight-color: #F2F2D0;
  scrollbar-3dlight-color: #646464;
  scrollbar-darkshadow-color: #969696;
  scrollbar-shadow-color: #B5B688;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #E3E3AE;

}
TD, TH {
  margin-top: 6px;
}

h1 {
  font-family: Arial, Helvetica, Verdana;
  font-size: 16px;
  font-weight: bold;
}
		
h2 {
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  font-weight: bold;
}

a {
  color: #a11a0c;
  font-family: Arial, Helvetica, Verdana;
  font-size:  13px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #003300;
  font-family: Arial, Helvetica, Verdana;
  font-size:  13px;
  text-decoration: underline;
  outline: none;
}

.list, li {
  list-style: url(images/green_bullet_over.gif);
  margin-left: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.menu_font {
  color:#003300;
  text-decoration:none;
  font-size:11pt;
  font-style:italic;
  font-family: 'Garamond';
}
.menu {
  color:#003300;
  text-decoration:none;
  font-size:11pt;
  display:block;
  margin:0px 0px 0px 0px;
  padding:4px 3px 4px 3px;
  font-style:italic;
  border:1px solid transparent;
  font-family: 'Garamond';
  text-align:right;
}
.menu:hover {
  text-align:right;
  font-size:11pt;
  font-family: 'Garamond';
  color:#CCCC99;
  background:#003300;
  border:1px outset #003300;
  text-decoration: none;
}
