

H1 {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: 4b3e1b;
  }
  
H2 {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: 4b3e1b;
  }

a  { color: #4b3e1b; font-size: 9pt; text-decoration: none }

a:link.footer {
  color: 4b3e1b;
  font-size: 8pt;
  text-decoration: none;
  }

a:visited.footer {
  color: 4b3e1b;
  font-size: 8pt;
  text-decoration: none;
  }

a:hover.footer {
  color: 4b3e1b;
  font-size: 8pt;
  text-decoration: underline;
  }
  
a:visited  { color: #4b3e1b; font-size: 9pt; text-decoration: none }

a:hover  { color: #4b3e1b; font-size: 9pt; text-decoration: underline }

body {
  font-size: 9pt;
  font-family: verdana,arial,tahoma;
  color: 000000;
  }

table {
  font-size: 9pt;
  font-family: verdana,arial,tahoma;
  color: 000000;
  }

.small_text {
  color: black;
  font-size: 10px;
  line-height: 15px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  }

/** left_nav_cell_color **/
.left_nav_cell_color { background-color:#5e6843; }

/** blue_text hyperlink  **/
.blue_text  { color: #B27838; font-size: 13px; line-height: 15px; font-family: Arial, san-serif; text-decoration: none }
a.blue_text:link, a.blue_text:visited  { color: #B27838; font-size: 13px; line-height: 15px; text-decoration: underline }
a.blue_text:hover { color:#B27838; text-decoration: none; }

/** underline_text hyperlink  **/
.underline_text  { color: #4b3e1b; font-size: 9pt; font-family: verdana,arial,tahoma; text-decoration: none }
a.underline_text:link, a.underline_text:visited  { color: #4b3e1b; font-size: 9pt; text-decoration: underline }
a.underline_text:hover { color:#4b3e1b; text-decoration: none; }