
var font = { src: websiteURL+'swf/font.swf' };	//GillSansEllLight -2

//ßÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÑÒÓÔÕÖØÙÚÛÜÝàáâãäåæçèéêëìíîïñòóôõöùúûüýÿœŸ

sIFR.activate(font);

/**/

sIFR.replace(font, {
  selector: '.div_sifr_title h2',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size:22px; color:#948042; margin:0; padding:0; }'        
  ]
});


sIFR.replace(font, {
  selector: '.div_sifr_title_no_space h2',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size:22px; color:#948042; margin:0; padding:0; }'        
  ]
});


sIFR.replace(font, {
  selector: '.div_sifr_title_small',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size:14px; color:#948042; margin:0; padding:0; text-transform:uppercase;}'        
  ]
});

