BODY, TD {
  font-family: Arial;
  font-size: 10pt;
}

A {
  color: #003399;
  text-decoration: none;  
}
A:active
{
  color: #FF5700;
}
A:hover {
  text-decoration: underline;
}

.MenuSmall {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: white;  
}
.MenuLarge {
  font-family: Arial;
  font-size: 13pt;
  font-weight: bold;
  color: white;  
}
.footMenu {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  color: #082E8B;
}
.TopMenu {
  font-weight: bold;
  font-size: 8pt;
  color: white;
}
A.TopMenu:hover  {
  color: #FF6200;
}
.Input {
	font-size: 8pt;
}
.Header {
	background-color: #e0f0ff;
	color: black;
	font-weight: bold;
}
A.Header {
	color: black;
}
.ResultCell {
	font-size: 8pt;

}
