  var tahomaBold = { src: '/flash/tahomabd436.swf' };
  var tahoma = { src: '/flash/tahoma436.swf' };

  sIFR.activate(tahomaBold, tahoma);
  sIFR.useStyleCheck = true;

  sIFR.replace(tahomaBold, {
  selector: '.sifr',
	wmode: 'transparent',
	fitExactly: true,
	tuneHeight: -5,
	tuneWidth: 82,	
	css: [
    '.sIFR-root {color: #000000; font-size: 19px;}'
    ,'.subsifr { color:  #acacac; }'
    ,'a:link { color: #000000; text-decoration: none; }'
    ,'a:active { color: #000000; text-decoration: none; }'
    ,'a:hover { color: #000000; text-decoration: underline; }'
	  ,'a:link .subsifr { color: #acacac; }'
	  ,'a:active .subsifr { color: #acacac; }'
	  ,'a:hover .subsifr { color: #acacac; }'
		 ]
  });

  //letter-spacing: -2;  this was in the sIFR-root above.
