	sIFR.replace(TradeGothicCondEighteen, {
		selector: 'h2'
		,css: [
			'.sIFR-root { color: #5c5c5c; font-size: 200%; leading: 0; }'
		]
		, wmode: 'transparent'
	});
	sIFR.replace(TradeGothicBold, {
		selector: 'h3'
		,css: [
			'.sIFR-root { color: #406183; font-size: 17px; text-transform: uppercase; leading: 0; }'
		]
		,tuneHeight: -4
		, wmode: 'transparent'
	});
	sIFR.replace(TradeGothicBold, {
		selector: '#rightColumn div#featureBenefitText h6'
		,css: [
			'.sIFR-root { color: #666666; font-size: 14px; leading: 0; }'
		]
		, wmode: 'transparent'
	});
	sIFR.replace(TradeGothic, {
		selector: '#rightColumn h6.link'
		,css: [
			'.sIFR-root { color: #5c5c5c; font-size: 100%; leading: 0; }'
			,'a { text-decoration: none; color: #333333; }'
			,'a:hover { text-decoration: none; color: #c60202; }'
		]
		, wmode: 'transparent'
	});
	sIFR.replace(TradeGothicCondEighteen, {
		selector: '#rightColumn h6'
		,css: [
			'.sIFR-root { color: #5c5c5c; font-size: 100%; leading: 0; }'
		]
		, wmode: 'transparent'
	});
	sIFR.replace(TradeGothicBoldCondTwenty, {
		selector: '#rightColumn h4'
		,css: [
			'.sIFR-root { font-weight: bold; color: #406183; font-size: 14px; leading: 0; }' // why won't % work here
		]
		, tuneHeight: -1
		, wmode: 'transparent'
	});
	sIFR.replace(TradeGothicBoldCondTwenty, {
		selector: '.contact h4'
		,css: [
			'.sIFR-root { font-weight: bold; color: #406183; font-size: 14px; leading: 0; }' // why won't % work here
		]
		, tuneHeight: -1
		, wmode: 'transparent'
	});