var tradeCondensed = {
	src: '/swf/tradegothic-condensed.swf'
};

var tradeCondensedBold = {
	src: '/swf/tradegothic-condensed.swf'
};

sIFR.activate(tradeCondensed, tradeCondensedBold);

sIFR.replace(tradeCondensed, {
	selector: 'h1.sectiontitle'
	,css: [
		'.sIFR-root { text-transform: lowercase; font-size: 48px; color: #ffffff; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #0269a9; }'
	]
	,wmode: "transparent"
});
sIFR.replace(tradeCondensedBold, {
	selector: 'h1.pagetitle'
	,css: [
		'.sIFR-root { text-transform: lowercase; font-size: 24px; color: #0076bf; font-weight: bold; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #0076bf; }'
		,'a:hover { color: #0269a9; }'
	]
	,wmode: "transparent"
});
sIFR.replace(tradeCondensedBold, {
	selector: 'h2.bannerslogan'
	,css: [
		'.sIFR-root { text-transform: lowercase; font-size: 14px; color: #bfd0df; font-weight: bold; text-align: right; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #bfd0df; }'
		,'a:hover { color: #0269a9; }'
	]
	,wmode: "transparent"
});