var yourtypeface = {
      src: 'css/calibri.swf' 
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: '.subheader',
      wmode: 'transparent',
      preventWrap: true,
      css: [
      '.sIFR-root { font-size:24px; font-weight:bold; color:#999999;}'
      ],
      forceWidth: true,
      fitExactly: true,
      forceSingleLine: true
});


var yourtypeface = {
      src: 'css/calibri.swf' 
};


sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: '.subheadermini',
      wmode: 'transparent',
      preventWrap: true,
      css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#666666;}'
      ],
      forceWidth: true,
      fitExactly: true,
      forceSingleLine: true     
});

