var yourtypeface = {
      src: '../css/calibri.swf' 
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: '.large-title',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; font-style: italic; color:#000000;}'
      ],
      wmode: 'transparent'
});



var yourtypeface = {
      src: '../css/calibri.swf' 
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: '.small-title',
      css: [
      '.sIFR-root { font-size:15px; font-weight:normal; font-style: italic; color:#000000;}'
      ],
      wmode: 'transparent'
});

