var yourtypeface = {
      src: '/flash/arial_black.swf'
};
 
sIFR.activate(yourtypeface);

sIFR.replace(yourtypeface, {
      selector: '#content h1',
      css: [
      '.sIFR-root { font-size: 19px; font-weight: normal; color: #015643; }'
      ],
      wmode: 'transparent',
	  forceClear: false
});
 
sIFR.replace(yourtypeface, {
      selector: '#content h2',
      css: [
      '.sIFR-root { font-size:17px; font-weight:normal; color:#015643; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '#country h2',
      css: [
      '.sIFR-root { font-size:23px; font-weight:normal; color:#015643; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '#content h3',
      css: [
      '.sIFR-root { font-size:15px; font-weight:normal; color:#015643; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '#content h4',
      css: [
      '.sIFR-root { font-size:13px; font-weight:normal; color:#015643; }'
      ],
      wmode: 'transparent'
});

