var frutigerroman = {
	src: 'flash/frutigerroman.swf'
};

sIFR.prefetch(frutigerroman);
sIFR.activate(frutigerroman);

sIFR.delayCSS  = true;

sIFR.replace(frutigerroman, {
	selector: '#mainContentCopy h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': { 'color': '#265293' }
	}
});

sIFR.replace(frutigerroman, {
	selector: '#mainContentCopy h2, #mainContentCopy h3',
	wmode: 'transparent',
	css: {
		'.sIFR-root': { 'color': '#333333', 'leading': 50 }
	}
});

sIFR.replace(frutigerroman, {
	selector: 'table#portfolio td.company, table#portfolio td.sector, table#portfolio td.turnover, table#portfolio td.invest, table#portfolio td.type, table#portfolio td.status',
	wmode: 'transparent',
	css: {
		'.sIFR-root': { 'color': '#FFFFFF', 'background-color': '#AEAEAE' }
	}
});

sIFR.replace(frutigerroman, {
	selector: '#contentHead h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': { 'color': '#FFFFFF', 'background-color': '#004C92'}
	},
	paddingTop: 0
});

sIFR.replace(frutigerroman, {
	selector: '#mainContentCopy h2 .name',
	wmode: 'transparent',
	css: [
		'.sIFR-root { font-weight: bold; }'
	]
});
