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

sIFR.activate(arialNarrow,helveticaRoundedSmal);

sIFR.replace(arialNarrow,{
	selector: 'h1',
	wmode:'transparent',
	css: '.sIFR-root {color:#4d4c44;}',
	selectable: false
});


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