var tradegothicext = {
	src: rootUrl+'swf/tradegothicext.swf',
	ratios: [9,1.27,14,1.19,21,1.16,28,1.13,38,1.12,53,1.11,60,1.1,61,1.11,94,1.1,96,1.09,101,1.1,102,1.09,103,1.1,108,1.09,110,1.1,1.09]
};
sIFR.useStyleCheck = true;
sIFR.activate(tradegothicext);

// home page
sIFR.replace(tradegothicext, {
	selector: 'h2.bgInvest, h2.bgBuild, h2.bgEmerge, h2.bgInform'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #FFFFFF; font-size: 26px }'
	]
});
sIFR.replace(tradegothicext, {
	selector: 'h2.bgMain, .teamMain h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #FFFFFF; font-size: 16px }'
	] 
});
sIFR.replace(tradegothicext, {
	selector: 'h3.invest'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #CC5E29; font-size: 14px; font-weight: bold; }'
	]
});
sIFR.replace(tradegothicext, {
	selector: 'h3.build'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #494D56; font-size: 14px; font-weight: bold; }'
	]
});
sIFR.replace(tradegothicext, {
	selector: 'h3.emerge'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #ADB4BE; font-size: 14px; font-weight: bold; }'
	]
});
// internal pages
sIFR.replace(tradegothicext, {
	selector: '.main h3, .accordion.quickstart li.parent h4'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #9999999; font-size: 14px; font-weight: bold; }'
	]
});
sIFR.replace(tradegothicext, {
	selector: '.teamMain h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #89A8BC; font-size: 15px; font-weight: bold; }'
	]
});
sIFR.replace(tradegothicext, {
	selector: '.accordion.approach li.parent h4, .bio h4, .bioAssoc h4, h4.headblue'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #89A8BC; font-size: 14px; font-weight: bold; }'
	]
});