/** TrueTypeText - accesible replacement of text string by bitmap picture **/

span.truetype {
  position: relative; 
  display:block; 
  padding:0px; margin:0px;
  overflow:hidden;
}

span.truetype span {
  position:absolute; 
  top:0px; left:0px; 
  display:block; 
  padding:0px; margin:0px;
}