
BODY {
  font-family: Arial;
  color: #003;
  font-size:12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  background-color: #f5f5dc;
}

H1 {
  font-size:12px;
  font-family: Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #FF9900;
}

H2 {
  color: #FF9900;
  font-family: Arial;
  font-size:13px;
  font-weight: normal;
  vertical-align: text-top;
}

H4 {
  color: #FF9900;
  font-family: Arial;
  font-size:13px;
  font-weight: bold;
}


A {
  font-family: Arial;
  color: #666633;
  text-decoration: none;
}


ALINK {
  font-family: Arial;
  color: #CC6600;
  text-decoration: none;
}


VLINK {
  font-family: Arial;
  color: #b0c4de;
  text-decoration: none;
}

TD {
  font-family: Arial;
  color: #003;
  background-color: #FFF;
  font-size:12px;

}

FONT {
}

TABLE {
  background-color: #999966;
}


HR {
  color: #999966;
  line-height: 1px;
}


P {
  font-family: Arial;
  font-size:12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

LI {
  font-family: Arial;
  font-size:12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

UL {
  type: circle;
  list-style-type: square;
  list-style-position: outside;
  border-left: none;
}

SELECT {
  font-family: Arial;
  font-size:12px;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: #333399;
}

INPUT {
  color: #333399;
}

.note_normal {
  font-size:12px;
  color: #FF9900;
}

.note_small {
  font-size: 10px;
  color: #FF9900;
}

.badTopLink { color: #999966; }
.goodTopLink { color: navy; }
.currentPage { color: #FF9900; }
.toperror {align: center; color: red; }
