var helveticarounded = {
	src: 'resources/sifr/helveticarounded.swf',
	ratios: [8,1.41,11,1.31,15,1.29,21,1.25,22,1.22,27,1.24,28,1.23,34,1.22,38,1.21,39,1.22,46,1.21,50,1.2,51,1.21,80,1.2,83,1.19,84,1.2,85,1.19,87,1.2,88,1.19,89,1.2,1.19]
};

sIFR.useStyleCheck = true;
sIFR.activate(helveticarounded);

sIFR.replace(helveticarounded, {
	selector: 'h2',
	css: [
		'.sIFR-root { font-weight: normal; color: #cccccc; font-size: 16px; text-transform: uppercase;}',
		'a { text-decoration: none; }',
		'a:link { color: #000000; }',
		'a:hover { color: #ff0000; }'
	],
	wmode: 'transparent'
});
			  
sIFR.replace(helveticarounded, {
	selector: 'span.title',
	css: [
		'.sIFR-root { font-weight: normal; color: #cccccc; font-size: 18px; text-transform: uppercase;}',
		'a { text-decoration: none; }',
		'a:link { color: #cccccc; }',
		'a:hover { color: #ffffff; }'
	],
	wmode: 'transparent'
});

sIFR.replace(helveticarounded, {
	selector: 'div.bannertxt',
	css: [
		'.sIFR-root { font-weight: normal; color: #ffffff; font-size: 20px; text-transform: uppercase;}',
		'a { text-decoration: none; }',
		'a:link { color: #ffffff; }',
		'a:hover { color: #ffffff; }'
	],
	wmode: 'transparent'
});