var tradeGothic = {
	src: '../../_flash/tradeGothic.swf'
};

sIFR.activate(tradeGothic);
	
sIFR.replace(tradeGothic, {
	selector: 'h2'
	,css: [
	'.sIFR-root { color:#4B6373; text-transform:uppercase; font-size:22px; }'
	] , wmode: 'transparent'
});

sIFR.replace(tradeGothic, {
	selector: 'div.mainBox h3'
	,css: [
	'.sIFR-root { color:#4B6373; text-transform:uppercase; font-size:15px; }'
	] , wmode: 'transparent'
});

sIFR.replace(tradeGothic, {
	selector: 'div.mainBox h4'
	,css: [
	'.sIFR-root { color:#555555; text-transform:uppercase; font-size:14px; }'
	] , wmode: 'transparent'
});

sIFR.replace(tradeGothic, {
	selector: 'div#boxContainer h3'
	,css: [
	'.sIFR-root { color:#4B6373; text-transform:uppercase; font-size:16px; }'
	] , wmode: 'transparent'
});

sIFR.replace(tradeGothic, {
	selector: 'div.sideBox h3'
	,css: [
	'.sIFR-root { color:#4B6373; text-transform:uppercase; font-size:13px; }'
	,'a { text-decoration:none; }'
    ,'a:link { color:#336699; }'
    ,'a:hover { color:#CC0000; }'
	] , wmode: 'transparent'
});

