body {
     margin:5px;
     background-color:#000000;}

a:link { color: #CCFFFF; font-family: arial,sans-serif;
  font-size: 10pt;text-decoration: none;}  /* for unvisited links */
a:visited { color: #00CCCC; font-family: arial,sans-serif;
  font-size: 10pt;text-decoration: none;} /* for visited links */
a:active { color: #00FFFF; font-family: arial,sans-serif;
  font-size: 10pt;text-decoration: none;} /* when link is clicked */
a:hover { color: #0099FF; font-family: arial,sans-serif;
  font-size: 10pt;text-decoration: none;} /* when mouse is over link */

p {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  color : #FFFF99;
  text-align: left;
 }

p.center {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  color : #FFFF99;
  text-align: center;
 }

p.right {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  color : #FFFF99;
  text-align: right;
 }

p.special {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  font-style: italic;
  color : #CC9900;
 }

p.smalli {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 8pt;
  font-style: italic;
  color : #CC9900;
 }

p.small {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  font-style: normal;
  color : #CC6600;
 }

p.caption {
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 8pt;
  font-style: normal;
  color : #CC6600;
 }

p.navigation {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  font-style: normal;
  margin-bottom: 0em;
}
p.special {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  font-style: italic;
  color : #CC9900;
 }

ul {
  type="square";
  }

li {font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: "8pt";
  font-style: normal;
  color : "#FFFF99";
 }

h1 {
  font-family: Dolphin, serif;
  font-size: 24pt;
  font-weight: bold;
  font-style: italic;
  color : "#99CC33";
}

h1.center {
  text-align: center;
  font-family: Dolphin, serif;
  font-size: 24pt;
  font-weight: bold;
  font-style: italic;
  color : "#99CC33";
}

h2 {
  font-family: Dolphin, serif;
  font-size: 20pt;
  font-weight: bold;
  font-style: italic;
  color : "#99CC33";
}

h2.lead {
  text-align: center;
  font-family: Dolphin, serif;
  font-size: 20pt;
  font-weight: bold;
  font-style: italic;
  color : "#99CC33";
  margin-bottom: 0em;
}

h3 {
  font-family: Dolphin, serif;
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
  color : "#99CC33";
}

h3.right {
  text-align: right;
  font-family: Dolphin, serif;
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
  color : "#99CC33";
}

h3.centerlt {
  text-align: center;
  font-family: Dolphin, serif;
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
  color : "#FF6699";
  margin-top: 0em;
}

h3.red {
    text-align: left;
  font-family: Dolphin, serif;
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
  color: "#FF0000";
}

h4 {
  font-family: Dolphin, serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  color : "#99CC33";
}

h4.red {
  font-family: Dolphin, serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  color: "#FF0000";
}

h4.right {
  text-align: right;
  font-family: Dolphin, serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  color : "#99CC33";
}

h5 {
  font-family: Dolphin, serif;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  color: "#009900";
  margin-bottom: 0em;
}

h6 {
  color : "#CC9900";
  font-family: Verdana, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  text-align: center;
  margin-top: 0em;
}


.strong { text-transform: uppercase;  font-weight: bold; }

.nospace { margin-bottom: 0em;margin-top: 0em;}
.red {color:"#CC3300;}
.gold {color:"#CC9900;}
.brown {color:"#996633;}


