body {
  
  background-color:  #F0F1F3;
}

.mybutton {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  height: 24px;
  
  margin-top: 1px;
  margin-bottom: 1px;
}
.tdmouseover {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt;   CURSOR: pointer; COLOR: blue; FONT-FAMILY: Arial
}
.tdmouseout {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; background-color:  #F0F1F3; COLOR: black; FONT-FAMILY: Arial
}