BODY {
  background-color: #ffffff;
  background-image: url(images/main_bg.gif);

  color: #000050;
  font-family: Arial;
  font-size: 13px;
}

//A {color:#aaccff}
A {color:#00aa00}
A:visited {color:#00aa00}
A:hover {color:#0000ff; background:#ddddff}

A.small {
  font-size: 10px;
  text-decoration:none;
  color:#00aa00;
}
A.small:hover {
  font-size:10px;
  text-decoration:none;
  color:#0000ff;
  background:#ddddff;
}


.headings {
  color:#3355FF;
  font-size:26px;
  font-weight:bold;
}

.themenavy {
  color:#000096;
}
.themeblue {
  color:#3355ff;
  font-weight:bold;
}
.themegreen {
  color:#33FF33;
  font-weight:bold;
}
.themeorange {
  color:#FF5500;
  font-weight:bold;
}
.themeyellow {
  color:#FFFF33;
  font-weight:bold;
}

TR.lightgrey { background-color:#DDDDDD; }


HR { 
  width:90%;
  border:0;
  background-color:#000096;
  color:#000096;
  height:2px;
}

TD {
  font-family: Arial;
  font-size: 13px;
}

TD.caption {
  font-family: Arial;
  font-size: 12px;
}
