var yourtypeface = {
      src: 'sifr/TrebuchetMS.swf'
};
 
sIFR.activate(yourtypeface);

sIFR.replace(yourtypeface, {
      selector: 'h1.titolo_pagina',
      css: [
      '.sIFR-root{font-size:30px; font-weight:normal; color:#397ecc;text-align:center}'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h2.titolo_claim',
      css: [
      '.sIFR-root{font-size:22px; font-weight:normal; color:#397ecc;text-align:center}'
      ],
      wmode: 'transparent'
});
