var yourtypeface = {
      src: 'includes/helvetica_thin.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1',
      css: [
      '.sIFR-root { color: #969696;}',
	  'strong { color: #000000;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h2',
      css: [
      '.sIFR-root { color: #999999;}',
	  'strong { color: #000000;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h3',
      css: [
      '.sIFR-root { color: #999999; font-weight:bold;}',
	  'strong { color: #000000;}',
      ],
      wmode: 'transparent'
});


sIFR.replace(yourtypeface, {
      selector: 'h4',
      css: [
      '.sIFR-root { color: #969696; font-weight:bold;}',
	  'strong { color: #000000;}',	  
      ],
      wmode: 'transparent'
});