BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}


A { 
  color: #000000; 
  text-decoration: none; 
}

A:link { 
  color: #0000FF;
  text-decoration: none;
}

A:visited { 
  color: #008888;
  text-decoration: none;
}

A:hover { 
  color: #FF0000;
  text-decoration: underline;
}
A:active { 
  color: #FFFF00;
  text-decoration: none;
}
FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

.text_lite {
	FONT-SIZE: 11px; COLOR: #7F7F7F; FONT-FAMILY: Arial,Helvetica; TEXT-DECORATION: none
}

.text_orange {
	FONT-SIZE: 11px; COLOR: #FF9900; FONT-FAMILY: Arial,Helvetica; TEXT-DECORATION: none
}

