

BODY {
  color: #006;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background-color: #006;
}

.BODYred {
  color: red;
  font-size: x-small;
  font-family: Arial;
}

.BODYlarger {
  color: #000066;
  font-size: medium;
  font-family: Arial;
  font-weight: bold;
}

FONT {
  font-size: x-small;
  color: #CC0000;
  font-weight: bold;
  font-variant: normal; 
  font-style: normal;
}

A {
  font-size: 11px;
  color: #000066;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  font-size: 11px; 
  font-weight: bold;
  color: #ff6600;
}


TD { color: #000066; font-size: 11px; background-color: #fff; }

.td1 {
  border-right: 2px dotted #f90;
  border-bottom: 2px dotted #f90;
}

.td2 {
  border-bottom: 2px dotted #f90;
}

.td3 {
  border-right: 2px dotted #f90;
}

P {
  font-family: Arial;
  font-size: x-small;
  color: green;
}

CAPTION {
  font-family: Arial;
  font-size: x-small;
  font-weight: bold;
  color: green;
}

.maintext1 {
  color: #660066;
  font-size: 12px;
}

STRONG {
  font-weight: bold;
}

BIG {
  font-size: 15px;
  color: #c00;
}

H1 {
  font-family: Arial;
  font-size: large;
}

H3 {
  color: #CC0000;
  font-weight: bold;
  font-size: 14px;
}

H4 {
  color: #CC0000;
  font-weight: bold;
  font-size: 13px;
}

H5 {
  color: #CC0000;
  font-weight: bold;
  font-size: 12px;
}

UL {
  margin-top: 5px;
  list-style-type: disc;
  display: inline;
  list-style-position: inside;
}

.button {
  color: #000066;
  font-size: 12px;
  text-decoration: none;
  border-top: 2px #FF9900 dotted;
  background-color: white;
  border-right: 2px #FF9900 dotted;
  border-bottom: 2px #FF9900 dotted;
  border-left: 2px #FF9900 dotted;
}

HR {
  color: #FF9900;
}

.border { border-color: #FF9900; border-style: none dotted dotted; border-width: 2px; }

.border2 {
  border-top: 2px #000066 solid;
  border-right: 2px #FF9900 solid;
  border-bottom: 2px #FF9900 solid;
  border-left: 2px #FF9900 solid;
}
.td4 { background-color: #fc9; }

.td5 { background-color: #9cf; }

.blue {color:#000066; }
.td6 { background-image: url(images/5off.gif); background-repeat: no-repeat; background-position: right top; }
