var mainFont = { src: '/flash/futuraCondensed.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(mainFont);

	sIFR.replace(mainFont, {
		wmode: 'transparent',
		selector: '.topMenuUL li span',
		css: ['.sIFR-root {color:#FFFFFF;}'
			, 'a { color: #FFFFFF; text-decoration:none;}'
			, 'a:hover { color: #FFFFFF; }'],
		selectable: true,
		forceSingleLine: true,
		offsetTop: -2
	});

	sIFR.replace(mainFont, {
		wmode: 'transparent',
		selector: '.topMenuUL li.active span',
		css: ['.sIFR-root {color:#FFFFFF;}'
			, 'a { color: #FFFFFF; text-decoration:none;}'
			, 'a:hover { color: #FFFFFF; }'],
		selectable: true,
		forceSingleLine: true,
		offsetTop: -2
	});
	
	sIFR.replace(mainFont, {
		wmode: 'transparent',
		selector: '.leftMenuButton span',
		css: ['.sIFR-root {color:#FFFFFF;}'
			, 'a { color: #FFFFFF; text-decoration:none;}'
			, 'a:hover { color: #FFFFFF; }'],
		selectable: true,
		forceSingleLine: true
	});
	
	sIFR.replace(mainFont, {
		wmode: 'transparent',
		selector: '.divBarLabel span',
		css: ['.sIFR-root {color:#FFFFFF;}'
			, 'a { color: #FFFFFF; text-decoration:none;}'
			, 'a:hover true color: #FFFFFF; }'],
		selectable: false,
		forceSingleLine: true
	});
	
	sIFR.replace(mainFont, {
		wmode: 'transparent',
		selector: '.divRightBarLabel span',
		css: ['.sIFR-root {color:#FFFFFF;}'
			, 'a { color: #FFFFFF; text-decoration:none;}'
			, 'a:hover { color: #FFFFFF; }'],
		selectable: true,
		forceSingleLine: true
	});
	
	sIFR.replace(mainFont, {
		wmode: 'transparent',
		selector: 'h1',
		css: ['.sIFR-root {color:#eb1c23;}'
			, 'a { color: #eb1c23; text-decoration:none;}'
			, 'a:hover { color: #eb1c23; }'],
		selectable: true
	});
