
	var aaux_bold = {
		src: 'img/aaux_bold.swf'
	};
	
	sIFR.debugMode = true;
	sIFR.delayCSS = true;
	sIFR.activate(aaux_bold);
	
	sIFR.replace(aaux_bold, {
		selector: 'h1'
		,css: [
			'.sIFR-root {font-size: 24px; text-align: left; color: #92bc51; font-weight: bold;}'
		]
		,wmode: 'transparent'
	});
	
	sIFR.replace(aaux_bold, {
		selector: 'h2'
		,css: [
			'.sIFR-root {font-size: 15px; text-align: left; color: #92bc51; font-weight: bold;}'
		]
		,wmode: 'transparent'
	});
