
BODY {
  color: gray;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background-color: #CCCCCC;
  margin-top: 2px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

TD {
  background-color: white;
  color: #666666;
  font-size: 11px;
}

.td1 {
  background-color: #99CC99;
  border-top: 2px gray dashed;
  border-right: 2px gray dashed;
  border-bottom: 2px gray dashed;
  border-left: 2px gray dashed;
}

.td2 {
  background-color: #CCCCCC;

}

.td3 {

  border-top: 2px gray solid;

  border-right: 2px gray solid;
  border-bottom: 2px gray solid;
  border-left: 2px gray solid;
}

.td4 {
  background-color: #F5FFF4;
}

.td5 {
  border-bottom: 1px solid gray;
}

.td6 {
  border-top: 2px gray dashed;
  border-right: 2px gray dashed;
  border-bottom: 2px gray dashed;
  border-left: 2px gray dashed;
}

FONT {
  color: #000066;
  font-size: 12px;
  font-weight: bold;
}

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

STRONG {
  color: #660066;
  font-weight: bold;
}

BIG {

  font-size: 18px;
  color: #99CC66;
}


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

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

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

A {

  font-size: 12px;
  text-decoration: none;

  color: #5A5A5A;
}

VLINK {
  color: #660066;
}


HLINK {
  color: #006600;
}

ALINK {
  color: #993399;
}

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

.button {
  color: #006600;
  font-size: 18px;
  text-decoration: none;
  border-top: 2px #CC99FF dashed;
  background-color: white;
  border-right: 2px #CC99FF dashed;
  border-bottom: 2px #CC99FF dashed;
  border-left: 2px #CC99FF dashed;
}

HR {
  color: #99CC66;
}

.border1 {
  border-top: none;
  border-right: 2px ##669999 dotted;
  border-bottom: 2px ##669999 dotted;
  border-left: 2px ##669999 dotted;
}

.border2 {
  border-top: 2px #006600 solid;
  border-right: 2px #CC99FF solid;
  border-bottom: 2px #CC99FF solid;
  border-left: 2px #CC99FF solid;
}

.red {
  color: red;
}
.popup { 
  font-size: 9px; 
  color: #000066;
}
