BODY {
  background:white
}

DIV.title {
  color:red;
  font: bold 12pt "Arial", "Times New Roman"
}

P {
  text-align:left;
  color:black;
  font: normal 10pt "Arial", "Times New Roman"
}

P.cent {
  text-align:center;
  color:black;
  font: normal "Arial", "Times New Roman"
}

P.tabhead {
  text-align:left;
  color:green;
  font: bold 10pt "Arial", "Times New Roman"
}

P.update {
  text-align:center;
  color:black;
  font: bold 10pt "Arial", "Times New Roman"
}

DIV.update {
  text-align:left;
  color:black;
  font: normal 10pt "Arial", "Times New Roman"
}

P B {
font-weight:bold
}

P I {
font-style:italic
}

UL {
  font: 10pt "Arial", "Times New Roman";
  color: black;
  font-weight:normal;
  list-style: disc
}

OL {
  font: 10pt "Arial", "Times New Roman";
  color: black;
  font-weight:normal;
  list-style: decimal
}

HR {
  color: "#d6c610";
  height: 1;
  width: 85%;
  align: center
}

DIV.footer {
  font: normal 8pt "Arial", "Times New Roman";
  color: silver;
  text-align: center
}

DIV.links {
  font: bold 8pt "Arial", "Times New Roman";
}
a:hover {  color: #006600}
a:active {  color: #CCCCCC}
