var arial={src:'sifr/fonts/arial.swf'};
var helveticaRoundedSmal={src:'sifr/fonts/helveticaRoundedSmal.swf'};
var helveticaRounded={src:'sifr/fonts/helveticaRounded.swf'};

sIFR.activate(arial,helveticaRoundedSmal);

sIFR.replace(helveticaRounded,{
	selector: 'h1',
	wmode:'transparent',
	css: '.sIFR-root {color:#E5007C;font-weight:bold;}',
	selectable: false
});

sIFR.replace(arial,{
	selector: 'h2',
	wmode:'transparent',
	css:'.sIFR-root {font-weight:bold;}'
});
sIFR.replace(helveticaRoundedSmal,{
	selector: 'h5',
	wmode:'transparent',
	css:'.sIFR-root {font-weight:bold;color:#E6007D}'
});