var yourtypeface = {
      src: 'includes/humanist.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1',
      css: [
      '.sIFR-root { color: #0a5e23; font-weight:normal;}',
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h2',
      css: [
      '.sIFR-root { color: #391b00; font-weight:normal;}',
      ],
      wmode: 'transparent'
});

	  
sIFR.replace(yourtypeface, {
      selector: 'h3',
      css: [
      '.sIFR-root { color: #391b00; font-weight:normal; text-align: center;}',
	  'a { font-weight:normal; color:#391b00; text-decoration:none; }',
	  'a:hover { font-weight:normal; color:#0a5e23; text-decoration:underline; }',
      ],
      wmode: 'transparent'
});


sIFR.replace(yourtypeface, {
      selector: 'h4',
      css: [
      '.sIFR-root { color: #391b00; font-weight:normal;}',
	  'a { font-weight:normal; color:#391b00; text-decoration:none; }',
	  'a:hover { font-weight:normal; color:#0a5e23; text-decoration:underline; }',
      ],
      wmode: 'transparent'
});


sIFR.replace(yourtypeface, {
      selector: 'h5',
      css: [
      '.sIFR-root { color: #0a5e23; font-weight:normal; text-align: center;}',
      ],
      wmode: 'transparent'
});
