var helvetica = {
	src: 'swf/fonts/helvetica.swf'
};

sIFR.debugMode = true;
// sIFR.domains = [''] // Don't check for domains in this demo
sIFR.activate(helvetica);

sIFR.replace(helvetica, {
	selector: '#content .text H1'
	,css: [
	'.sIFR-root { background-color: none; font-size: 30px; color:#f7931d; margin0; padding:0;}'
	]
	,tuneHeight: -3
	,wmode: 'transparent'
	});
	
sIFR.replace(helvetica, {
	selector: '#content .text H2'
	,css: [
	'.sIFR-root { background-color: none; font-size: 20px; color:#c8213e; margin:0; padding:0;}'
	]
	,tuneHeight: -3
	,wmode: 'transparent'
	});	

