
var font = { src: websiteURL+'swf/sifr.swf' };	//CF Din-Condens... -2

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

sIFR.activate(font);

/**/

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

sIFR.replace(font, {
	  selector: '.heading_sm .h1',
	   wmode: 'transparent'
	  ,css: [
		'.sIFR-root { font-size:18px; color:#6a6a6a; margin:0; padding:0; text-transform:uppercase; }'        
	  ]
	});

sIFR.replace(font, {
	  selector: '.heading_sm .h2',
	   wmode: 'transparent'
	  ,css: [
		'.sIFR-root { font-size:19px; color:#6a6a6a; margin:0; padding:0; text-transform:uppercase; }'        
	  ]
	});
	
sIFR.replace(font, {
	  selector: '.search_results_title .h1',
	   wmode: 'transparent'
	  ,css: [
		'.sIFR-root { font-size:24px; color:#23965b; margin:0; padding:0; text-transform:uppercase; }'        
	  ]
	});
	
sIFR.replace(font, {
	  selector: '.search_results_page .h1',
	   wmode: 'transparent'
	  ,css: [
		'.sIFR-root { font-size:24px; color:#878787; margin:0; padding:0; }'        
	  ]
	});
