

body {
  background-color: #336666	;
  color: black;
  font-family: Tahoma, sans-serif;
  margin:15px 10px 10px 10px
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}


a:hover {
  text-decoration: none;
  color: blue;
}


table.main_table {
  background-color: white;
  border: 1px solid black;
  cellspacing: 0;
  cellpadding: 0;
}


table.header_table {
  background-color: white;
  border: 1px solid black;
  cellspacing: 0;
  cellpadding: 0;
}


td.lg_bw_bold {
  font-weight: bold;
  font-size: 16pt;
}


td.lg_bw_bold_green {
  font-weight: bold;
  font-size: 18pt;
}


td.med_bw_normal {
  font-size: 14pt;
}


over {
  color: red;
  font-size: 14pt;
  font-weight: bold;
}


td.small_bw_normal {
  font-size: 10pt;
}


td.news_lg {
  color: red;
  font-size: 18pt;
}


td.news_sm {
  color: red;
  font-size: 12pt;
}



