var TradeGothic = {
	src: '/lib/flash/TradeGothic.swf'
	,ratios: [8,1.41,9,1.33,10,1.35,15,1.31,19,1.28,20,1.27,28,1.26,29,1.24,30,1.25,40,1.24,43,1.23,44,1.24,60,1.23,63,1.22,64,1.23,106,1.22,107,1.21,111,1.22,112,1.21,115,1.22,117,1.21,119,1.22,122,1.21,123,1.22,1.21]
};

var TradeGothicLight = {
	src: '/lib/flash/TradeGothicLight.swf'
	,ratios: [8,1.41,9,1.33,10,1.35,15,1.31,19,1.28,20,1.27,28,1.26,29,1.24,30,1.25,40,1.24,43,1.23,44,1.24,60,1.23,63,1.22,64,1.23,106,1.22,107,1.21,111,1.22,112,1.21,115,1.22,117,1.21,119,1.22,122,1.21,123,1.22,1.21]
};

sIFR.useStyleCheck = true;
sIFR.activate(TradeGothic);
sIFR.activate(TradeGothicLight);

sIFR.replace(TradeGothic, {
	selector: 'h1.bold'
	,css: [
		'.sIFR-root { color: #CC0520; font-weight: normal; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(TradeGothicLight, {
	selector: 'h1'
	,css: [
		'.sIFR-root { color: #CC0520; font-weight: normal; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(TradeGothic, {
	selector: 'span.CategoryHeader'
	,css: [
		'.sIFR-root { color: #CC0520; font-weight: normal; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(TradeGothicLight, {
	selector: '.calendarList h2'
	,css: [
		'.sIFR-root { color: #CC0520; font-weight: normal; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(TradeGothic, {
	selector: '.RightCol h2'
	,css: [
		'.sIFR-root { color: #A59D95; font-weight: normal;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(TradeGothicLight, {
	selector: 'h2'
	,css: [
		'.sIFR-root { color: #CC0520; font-weight: bold; }'
		,'a { color: #CC0520; text-decoration: none; }'
		,'a:hover { color: #CC0520; text-decoration: underline; }'
	]
	,wmode: 'transparent'
});

/*sIFR.replace(TradeGothic, {
	selector: '#SecondaryBodyArea h1'
	,css: [
		'.sIFR-root { color: #CC0510; font-weight: normal; font-size:12px; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(TradeGothic, {
	selector: '#MainBodyAreaRight h2'
	,css: [
		'.sIFR-root { color: #CC0520; font-weight: normal; font-size:12px; }'
	]
	,wmode: 'transparent'
});*/



/*sIFR.replace(TradeGothic, {
	selector: '.Content h3'
	,css: [
		'.sIFR-root { color: #414042; }'
	]
	,wmode: 'transparent'
});*/