var eurostile = {src: "templates/media/fonts/eurostile.swf"};

sIFR.activate(eurostile);

sIFR.replace(eurostile, {
	selector: 'h1.heading',
	thickness: -50,
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 35px; color: #111111; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'h2.heading',
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 20px; color: #666666; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'h1.title',
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 30px; color: #333333; }',
		'strong { font-weight: bold; }',
		'em { font-style: normal; color: #01bb73; }'
		],
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: 'h2.title',
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 20px; color: #333333; }',
		'strong { font-weight: bold; }',
		'em { font-style: normal; color: #01bb73; }'
		],
	wmode: 'transparent'
});