var tradegothic = {
	src: '/swf/trade-gothic-bold.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(tradegothic);

/* ------- Page Title */
sIFR.replace(tradegothic, {
	selector: 'h1.home'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #6d512f; font-size: 28px; }'
	]
});

sIFR.replace(tradegothic, {
	selector: 'h2.home'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #6d512f; font-size: 20px; }'
	]
});

sIFR.replace(tradegothic, {
	selector: 'h3.home'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #6d512f; font-size: 18px; }'
	]
});

sIFR.replace(tradegothic, {
	selector: 'h3.subtitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #61492d; font-size: 16px; }'
	]
});

var tradegothiccondensed = {
	src: '/swf/trade-gothic-condensed.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(tradegothiccondensed);

sIFR.replace(tradegothiccondensed, {
	selector: 'h1.pagetitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #61492d; font-size: 24px; }'
	]
});
