body {
  background-color: #ffffff ;
  margin-top: 0px ;
  margin-left: 0px ;
  margin-right: 0px ;
  margin-bottom: 0px ;
  font-size: 10pt ;
  font-family: verdana,arial,helvetica,sans-serif ;
  color: #000000
}

p {
  font-family: Verdana,Arial,Helvetica,sans-serif ;
  font-size: 10pt ;
  color: #000000
}

ul {
  font-family: Verdana,Arial,Helvetica,sans-serif ;
  font-size: 10pt ;
  color: #000000
}

h1 {
  font-family: Verdana,Arial,Helvetica,sans-serif ;
  font-size: 18pt ;
  font-weight: normal ;
  color: #CC0000 ;
  margin-bottom: -5px ;
  border-bottom: 0px solid #000000 ;
  padding-bottom: 1px
}

h2 {
  font-size: 14pt ;
  color: #000000 ;
  font-family: Verdana,Arial,Helvetica,sans-serif ;
  font-weight: normal
}

h3 {
  font-family: Verdana,Arial,Helvetica,sans-serif ;
  font-size: 12pt ;
  font-weight: bold ;
  color: #CC0000
}

h6 {
  font-family: Verdana,Arial,Helvetica,sans-serif ;
  font-size: 7.5pt ;
  font-weight: normal ;
  color: #808080
}

td {
  font-family: Verdana,Arial,Helvetica,sans-serif ;
  font-size: 10pt ;
  color: #000000
}

.navOn {
  text-decoration:  none ;
  color:  #ffffff ;
  font-size:  12px
}

A.navOn:visited {
  text-decoration:  none ;
  color:  #ffffff ;
  background:  transparent
}

A.navOn:link {
  text-decoration:  none ;
  color:  #ffffff ;
  background:  transparent
}

A.navOn:hover {
  text-decoration:  none ;
  color:  #fff99d ;
  background:  transparent
}

A.navOn:active {
  text-decoration:  none ;
  color:  #cc0000 ;
  background:  transparent
}

/* ---- how to render links ---- */

/* start as blue */

A:link {
  color:  #0AAAAA ;
  font-weight:  bold ;
  text-decoration:  none ;
  background:  transparent
}

/* darker when visited */

A:visited {
  color:  #800000 ;
  font-weight:  bold ;
  text-decoration:  none ;
  background:  transparent
}

/* green when cursor over */

A:hover {
  color:  #00DD00 ;
  font-weight:  bold ;
  text-decoration:  none ;
  background:  transparent
}

/* flash red when loading */

A:active {
  color:  #FF0000 ;
  font-weight:  bold ;
  text-decoration:  none ;
  background:  transparent
}
