// Define fonts
var titleFont = { src: 'scripts/tradegothic.swf' };

// Activate fonts
sIFR.activate(titleFont);

sIFR.replace(titleFont, {
	selector: '#primary.homepage h2, #primary h2',
	css: [
	'.sIFR-root { font-weight: bold; color: #5d5f5d; }', 
	'strong { color:#00a0df; }'
	],
	wmode: 'transparent'
});

sIFR.replace(titleFont, {
	selector: '#primary .innerColumnSmall1st .DSCStyle .border h3',
	css: [
	'.sIFR-root { font-weight: bold; color: #009460; }',
	'strong { color:#000000; }'
	],
	wmode: 'transparent'
});

sIFR.replace(titleFont, {
	selector: '#primary .innerColumnSmall1st .searchBox .border h3, body.popup #primary h3',
	css: [
	'.sIFR-root { font-weight: bold; color: #00a0df; }',
	],
	wmode: 'transparent'
});

sIFR.replace(titleFont, {
	selector: '#primary.homepage h3',
	css: [
	'.sIFR-root { font-weight: bold; color: #5d5f5d; }',
	'strong { color:#00a0df; }'
	],
	wmode: 'transparent'
});