body
 {
  background: white ;
  color: black ;
 }

H1, H2, H3, H4, h5, TD, BODY, P, caption, small, address
 {
  font-family: /**/ "Arial Narrow", "Futura Condensed", "Arena Condensed", Arial, Verdana, Helvetica, sans-serif ;
  /*** Detailed list to deal with Netscape 4.x ***/
 } 

em, strong
 {
  color: #000066 ;
 }

address
 {
  font-size: 85% ;
 }


/*** List styles ***/

ul
 {
  font-family: /**/ "Arial Narrow", "Futura Condensed", "Arena Condensed", Arial, Verdana, Helvetica, sans-serif ;
  list-style-type: circle ;
 }

/*** Link styles ***/

a
 {
  text-decoration: none ;
  font-weight: bold ;
 }

a:link
 {
  color: #0099FF ;
 }

a:active
 {
  color: #0000FF ;
 }

a:visited
 {
  color: #000066 ;
 }

a:hover
 {
  text-decoration: underline ;
 }

/*** Heading styles ***/

h1
 {
  font-family: /* Westminster, */ "Clearly Gothic", "CG Gothic", "Century Gothic", Tahoma, sans-serif ;
  color: black ;
  font-size: 200% ;
 }
 
h2
 {
  font-family: /* Westminster, */ "Clearly Gothic", "CG Gothic", "Century Gothic", Tahoma, sans-serif ;
  color: black ;
 }

h3
 {
  font-family: /* Westminster, */ "Clearly Gothic", "CG Gothic", "Century Gothic", Tahoma, sans-serif ;
  color: #000066 ;
 }

/*** General styles ***/

.discreet
 {
  font-size: 75% ;
 }

.comment
 {
  font-family: Arial, sans-serif ;
  text-align: left ; 
  font-size: 85% ;
  font-style: italic ;
  margin-left: 50px ;
  margin-right: 50px ;
 }


/*** Division styles ***/

div.toplinks
 {
  font-size: 85% ;
  margin-left: 75px ;
  margin-right: 75px ;
 }


div.indent
 {
  margin-left: 50px ;
  margin-right: 50px ;
 }


/*** Table styles ***/

td.menu
 {
  color: white ;
  background: #000066 url(water005.jpg) ;
  background-repeat: repeat-y ;
 }

td.menu h1, td.menu h2, td.menu h3, td.menu li, td.menu p, td.menu address, td.menu a, td.menu a:active, td.menu a:link, td.menu a:visited
 {
  color: white ;
 }

td.maintext
 {
  padding-left: 10px ;
  padding-right: 10px ;
 }
