var yourtypeface = {
      src: 'common/sifr/Georgia.swf'
};
 
sIFR.activate(yourtypeface);

sIFR.replace(yourtypeface, {
      selector: 'h1.cpost-title',
      css: [
      '.sIFR-root{font-size:30px; font-weight:normal; color:#218c21;}'	 
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.lavorazione',
      css: [
      '.sIFR-root{font-size:30px; font-weight:normal; color:#218c21; margin:0 auto; text-align:center}'	 
      ],
      wmode: 'transparent'
});


sIFR.replace(yourtypeface, {
      selector: 'h2.cpost-subtitle',
      css: [
        '.sIFR-root{font-size:16px; font-weight:normal; color:#0f510f;}'	  
	  ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h2.lavorazione_1',
      css: [
        '.sIFR-root{font-size:16px; font-weight:normal; color:#0f510f;margin:0 auto; text-align:center}'	  
	  ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h2.lavorazione_2',
      css: [
        '.sIFR-root{font-size:16px; font-weight:normal; color:#0f510f;margin:0 auto; text-align:left}'	  
	  ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h3.news_eventi',
      css: [
        '.sIFR-root{font-size:18px; font-weight:normal; color:#0f510f;}'	  
	  ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h3.news_eventi_interna',
      css: [
        '.sIFR-root{font-size:18px; font-weight:normal; color:#0f510f;}'	  
	  ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h4.newsletter',
      css: [
        '.sIFR-root{font-size:14px; font-weight:normal; color:#0f510f;}'	  
	  ],
      wmode: 'transparent'
});

var yourtypeface1 = {
      src: 'common/sifr/Swis721MdBT.swf'
};
sIFR.activate(yourtypeface1);
sIFR.replace(yourtypeface1, {
      selector: 'h1.testo_sx',
      css: [
      '.sIFR-root{font-size:14px; font-weight:normal; color:#ffffff; text-transform:uppercase}'	 
      ],
      wmode: 'transparent'
});