if(!old_ie)
{


	sIFR.replace(PetitaBold, {
	  selector: 'h1, .simplenews-block h2, .simplenews-page h2',
		wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:16px;color: #6e6659;}',	  
		'a {color: #6e6659;text-decoration: none; }'
		,'a:link {color: #6e6659;text-decoration: none;}'
		,'a:hover {color: #6e6659;}'
		]
	});
	
	/*
	sIFR.replace(PetitaBold, {
	  selector: '.tpl_mp .row .col h2',
		wmode: 'transparent',
		css: [
		'.sIFR-root {font-size:12px;color: #6e6659;}',	  
		'a {color: #6e6659;text-decoration: none; }'
		,'a:link {color: #6e6659;text-decoration: none;}'
		,'a:hover {color: #6e6659;}'
		]
	});
	*/
}