var eurostyle_bldext2 = { src: '/_includes/flash/eurostyle_bldext2.swf' };
var eurostyle_cndbld = { src: '/_includes/flash/eurostyle_cndbld.swf' };
var clarendonbold = { src: '/_includes/flash/sifr_clarendon_bold.swf' };


sIFR.useStyleCheck = true;
sIFR.activate(eurostyle_bldext2);
sIFR.activate(eurostyle_cndbld);
sIFR.activate(clarendonbold);

/*
sIFR.replace(clarendonbold, {
  selector: '.clarendon-61-white',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #FFFFFF; font-size:61px; leading:-21; }']
});
*/
/*
sIFR.replace(clarendonbold, {
  selector: '.clarendon-26-grey',
  wmode: 'transparent',
  css: ['.sIFR-root { color: #444444; font-size:26px;}']
});
*/


sIFR.replace(eurostyle_bldext2, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
        '.sIFR-root { color: #000000; font-size:26px; margin:0px; }',
        '.sIFR-root a { color: #000000; font-size:26px; text-decoration:none; }',
        '.sIFR-root a:hover { color: #000000; font-size:26px; }'
        ]
});

sIFR.replace(eurostyle_bldext2, {
	  selector: '.ccl-clarendon2',
	  wmode: 'transparent',
	  fitExactly: true,
	  tuneWidth: 20,
	  css: [
	        '.sIFR-root { color: #000000; font-size:16px; margin:0px; }',
	        '.sIFR-root a { color: #000000; font-size:16px; text-decoration:none; }',
	        '.sIFR-root a:hover { color: #000000; font-size:16px; }'
	        ]
	});

sIFR.replace(eurostyle_bldext2, {
	  selector: 'h2',
	  wmode: 'transparent',
	  css: [
	        '.sIFR-root { color: #000000; font-size:20px; margin:0px; }',
	        '.sIFR-root a { color: #000000; font-size:20px; text-decoration:none; }',
	        '.sIFR-root a:hover { color: #000000; font-size:20px; }'
	        ]
	});

sIFR.replace(eurostyle_bldext2, {
	  selector: 'h4',
	  wmode: 'transparent',
	  css: [
	        '.sIFR-root { color: #000000; font-size:16px; margin:0px; }',
	        '.sIFR-root a { color: #000000; font-size:16px; text-decoration:none; }',
	        '.sIFR-root a:hover { color: #000000; font-size:16px; }'
	        ]
	});

sIFR.replace(eurostyle_bldext2, {
	  selector: '.footer-title',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  fitExactly: true,
	  tuneWidth: 20,
	  css: [
	        '.sIFR-root { color: #000000; font-size:18px; margin:0px; }',
	        '.sIFR-root a { color: #000000; font-size:18px; text-decoration:none; }',
	        '.sIFR-root a:hover { color: #000000; font-size:18px; }'
	        ]
	});

sIFR.replace(eurostyle_cndbld, {
	  selector: 'h3',
	  wmode: 'transparent',
	  fitExactly: true,
	  css: [
	        '.sIFR-root { color: #444444; font-size:16px; margin:0px; font-weight:bold;}',
	        '.sIFR-root a { color: #444444; font-size:16px; text-decoration:none; }',
	        '.sIFR-root a:hover { color: #444444; font-size:16px; }'
	        ]
	});

sIFR.replace(eurostyle_cndbld, {
	  selector: '.subnav-title',
	  wmode: 'transparent',
	  css: [
	        '.sIFR-root { color: #FFFFFF; font-size:17px; margin:0px; font-weight:bold; }',
	        '.sIFR-root a { color: #FFFFFF; font-size:17px; text-decoration:none; }',
	        '.sIFR-root a:hover { color: #FFFFFF; font-size:17px; }'
	        ]
	});

