var helveticaLite = { src: 'flash/helveticaLite.swf' };

sIFR.activate(helveticaLite);

sIFR.replace(helveticaLite, {
	selector: 'h2',
	wmode: 'transparent',
	css: ['.sIFR-root { color: #000000; font-size: 29px; kerning:true; letter-spacing:-0.5}','.redText { color:#FF0000; }', '.greyText { color:#888888;}']
});

sIFR.replace(helveticaLite, {
	selector: 'h3',
	wmode: 'transparent',
	css: 	['.sIFR-root { color: #FF0000; margin: 0; font-size: 20px; padding-top: 0px;}',    
		'a {color: #ED1B2D; text-decoration: none;}',
		'a:hover {color: #FF0000; text-decoration:underline}'],
	tuneHeight: 10,
	offsetTop: -3
});

sIFR.replace(helveticaLite, {
	selector: 'h4',
	wmode: 'transparent',
	css: ['.sIFR-root { color: #000000; font-size: 21px; kerning:true; letter-spacing:-0.5;}'], 
	offsetTop: -3,
	tuneWidth: 5,
	forceSingleLine: true
});

sIFR.replace(helveticaLite, {
	selector: 'h5',
	wmode: 'transparent',
	css: ['.sIFR-root { color: #FF0000; margin: 0; font-size: 14px; }','.greyText { color:#888888;}'],
	tuneWidth: 40
});
