A
 {
  text-decoration : underline;
  color : #000000;
 }

A:VISITED
 {
  text-decoration : underline;
  color : #000000;
 }

A:HOVER
 {
  text-decoration : underline;
  color : #E07000;
 }

A.nounderline
 {
  text-decoration : none;
  color : #000000;
 }

A.nounderline:VISITED
 {
  text-decoration : none;
  color : #000000;
 }

A.nounderline:HOVER
 {
  text-decoration : none;
  color : #000000;
 }

A.navi
 {
  text-decoration : none;
  color : #000000;
 }

A.navi:VISITED
 {
  text-decoration : none;
  color : #000000;
 }

A.navi:HOVER
 {
  text-decoration : underline;
  color : #000000;
 }

A.footer
 {
  text-decoration : none;
  color : #000000;
 }

A.footer:VISITED
 {
  text-decoration : none;
  color : #000000;
 }

A.footer:HOVER
 {
  text-decoration : underline;
  color : #000000;
 }

TD
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
 }

.default
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
 }

.bdefault
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
 }

.smaller
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
 }

.navi
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
 }

.footer
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
 }

.sectionhead
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
  font-weight : bold;
 }
