var tradegothicbold = {
	src: '/mysite/sifr/tradegothicbold.swf'
};

sIFR.activate(tradegothicbold);

sIFR.replace(tradegothicbold, {
	selector: 'h2.sifr',
	css: [
		'.sIFR-root { font-size:30px; font-weight:bold; text-transform:uppercase; color:#3b3e20; }',
		'em { font-style:italic; }'
	],
	wmode: 'transparent'
});

sIFR.replace(tradegothicbold, {
	selector: 'h3.sifr',
	css: [
		'.sIFR-root { font-size:24px; font-weight:bold; text-transform:uppercase; color:#3b3e20; }',
		'em { font-style:italic; }'
	],
	wmode: 'transparent'
});