BODY, P, TABLE, TD, A, UL, LI, H1, H2, H3, H4, INPUT, SELECT, TEXTAREA {
  font-size: 9pt;
  color: #014368;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

P {
  margin-top: 5pt;
  margin-bottom: 3 pt;
}

H1 {
  color: #4E8005;
  font-size: 11pt;
  margin-top: 3pt;
  margin-bottom: 2pt;
}

H2 {
  color: #3366CC;
  font-size: 11pt;
  margin-top: 3pt;
  margin-bottom: 2pt;
}

LI {
  list-style-image: url('pics/marker.gif');
}

.link {
  COLOR: #087CA9; TEXT-DECORATION: none
}

.link A:link {
  COLOR: #087CA9; TEXT-DECORATION: none
}

.link A:visited {
  COLOR: #087CA9; TEXT-DECORATION: none
}

.link A:hover {
  COLOR: #03455F; TEXT-DECORATION: none
}

.menutxt {
  COLOR: #E8F9FF; FONT-FAMILY: Arial, Tahoma, Verdana, Helvetica, Arial, sans-serif; FONT-SIZE: 8pt
}

.bigtxt {
  COLOR: #336699; FONT-SIZE: 10pt
}

.minitxt {
  COLOR: #0777A3; FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif; FONT-SIZE: 8pt
}

.highlighted {
   background-color:#D1EEF9;
}

input.text {
  background-color:#F1FBFF; 
  color:#0777A3; 
  font-size: 11px; 
  font-family: Arial; 
  border:0px; 
  height:17px; 
  BORDER-BOTTOM: #03455F 1px solid; 
  BORDER-LEFT: #03455F 1px solid; 
  BORDER-RIGHT: #03455F 1px solid; 
  BORDER-TOP: #03455F 1px solid;  
}

.inputbox60, .inputbox70, .inputbox150, textarea, .button {
  width:70px;
  height: 17px; 
  background-color:#F1FBFF; 
  color:#0777A3; 
  font-size: 11px; 
  font-family: Arial; 
  border:0px; 
  BORDER-BOTTOM: #03455F 1px solid; 
  BORDER-LEFT: #03455F 1px solid; 
  BORDER-RIGHT: #03455F 1px solid; 
  BORDER-TOP: #03455F 1px solid; 
}

.inputbox60 {
  width: 60px;
}

.inputbox70 {
  width: 70px;
}

.inputbox150 {
  width: 150px;
}

textarea {
  width: 350px;
  height: 150px;
  font-size: 12px; 
}

.button {
  font-size: 13px; 
  height: 20px; 
  width: 80px;
}

.aFilter {
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#638395, direction=135, strength=4);
}