
var eurostile = { src: 'base/eurostile.swf' };


sIFR.activate(eurostile);

sIFR.replace(eurostile, {
  selector: 'h1.home',
  css: '.sIFR-root {background-color:#4296b6; color: #FFFFFF; font-size:30px; leading:-10; kerning:30;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: 'h2.blue',
  css: '.sIFR-root {color: #4397b7; font-size:22px; leading:-10; kerning:24;}',
	wmode: 'transparent'
});


sIFR.replace(eurostile, {
  selector: 'h2.green',
  css: '.sIFR-root {background-color:#eef4e6; color: #6b8647; font-size:26px; leading:-10; kerning:28;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: 'h2.red',
  css: '.sIFR-root {color: #d53a19; font-size:26px; leading:-10; kerning:28;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: 'h2.gold',
  css: '.sIFR-root {background-color:#fdf4e0; color: #eba200; font-size:26px; leading:-10; kerning:28;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: 'h2.purple',
  css: '.sIFR-root {color: #973687; font-size:26px; leading:-10; kerning:0;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: 'h2.white',
  css: '.sIFR-root {background-color:#973687; color: #ffffff; font-size:20px; leading:-10; kerning:20;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: 'h3.green',
  css: ['.sIFR-root {background-color:#eef4e6; color: #6b8647; font-size:11px; text-align:right;}',
				'strong { font-weight:bold; }'
				],
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: 'h3.red',
  css: ['.sIFR-root {color: #d53a19; font-size:11px; text-align:right;}',
				'strong { font-weight:bold; }'
				],
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: 'h3.gold',
  css: ['.sIFR-root {color: #eba200; font-size:11px; text-align:right;}',
				'strong { font-weight:bold; }'
				],
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: 'div.rightpanex',
  css: '.sIFR-root {background-color:#a1cada; color: #0f4052; font-size:18px; text-align:center;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: '.phonenumber',
  css: '.sIFR-root {background-color:#a1cada; color: #000000; font-size:18px; text-align:center;}',
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
  selector: '.calloutLink',
  css: '.sIFR-root {background-color:#a1cada; color: #0F4052; font-size:18px; text-align:center; text-decoration:none;}',
	wmode: 'transparent'
});