A:link, A:visited, A:active, A:hover {
  text-decoration: none
}
A:link  {
  color: blue;
}
A:visited {
  color: blue;
}
A:active {
  color: red;
}
A:HOVER {
  color: white;
  background-color: blue;
}
BODY,P,TABLE,TD,TR {
  font-size:   8pt;
  font-family: helvetica,arial;
  color:       #5A5A5A;
}
BODY {
  background: white;
}
PRE {
  font-size:   9pt;
  font-family: courier;
}
H1 {
  font-size:   24pt;
  color:       navy;
  background:  white;
}
.header {
  font-size:   14pt;
  color:       white;
  background:  navy;
}
.tdheader {
  font-size:   12pt;
  font-weight: bold;
  color:       navy;
  background:  #ddEFEF;
}
.category {
  font-size:   10pt;
  font-weight: bold;
  color:       #5F5F5F;
}
.menubar{
  font-size:   8pt;
  background:  white;
  color:       navy;
}
.new1 {
  font-size:   6pt;
  font-weight: bold;
  color:       white;
  background:  red;
}
.new2 {
  font-size:   6pt;
  font-weight: bold;
  color:       white;
  background:  orange;
}
.new3 {
  font-size:   6pt;
  font-weight: bold;
  color:       white;
  background:  purple;
}
.modified {
  font-size:   6pt;
  font-weight: bold;
  color:       white;
  background:  green;
}
.pop {
  font-size:   8pt;
  color:       black;
  background:  blue;
}
.small {
  font-size:   8pt;
  font-weight: normal;
  font-family: helvetica,arial;
}
.button {
  font-size:   8pt;
  font-weight: normal;
  font-family: helvetica,arial;
  color:       navy;
  background:  white;
}
.input {
  font-size:   8pt;
  font-weight: normal;
  font-family: helvetica,arial;
  color:       navy;
  background:  white;
}
.link {
  font-size:   10pt;
  font-weight: normal;
  color:       blue;
}
.desc {
  font-size:   8pt;
  font-weight: normal;
  color:       black;
}
.error {
  font-size:   14pt;
  font-weight: normal;
  color:       red;
}
.subcat {
  font-size:   10pt;
  font-weight: bold;
}
.pages {
  font-size:   10pt;
  font-weight: bold;
}
.text {
  font-size:   8pt;
  font-family: helvetica,arial;
  color:       #5A5A5A;
}



