	var TradeGothicLight = {
		src: '/associations/11055/swf/TradeGothicLight.swf'
	};

	var NewAster = {
		src: '/associations/11055/swf/NewAster.swf'
	};
	
	var NewAsterItalic = {
		src: '/associations/11055/swf/NewAsterItalic.swf'
	};
	
	var NewAsterBold = {
		src: '/associations/11055/swf/NewAsterBold.swf'
	};
	
	var TradeGothicBoldTwo = {
		src: '/associations/11055/swf/TradeGothicBoldTwo.swf'
	};
	
	var TradeGothicCnd18 = {
		src: '/associations/11055/swf/TradeGothicCnd18.swf'
	};


	//sIFR.debug.ratios({ src: '/associations/11055/swf/TradeGothicBold2.swf', selector: 'h5' });

	sIFR.activate(NewAster);	
	sIFR.activate(NewAsterBold);
	sIFR.activate(NewAsterItalic);
	sIFR.activate(TradeGothicLight);
	sIFR.activate(TradeGothicBoldTwo);
	sIFR.activate(TradeGothicCnd18);
	
	sIFR.replace(NewAsterBold, {
		selector: 'h1'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #0F4330; text-align: left; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(TradeGothicLight, {
		selector: 'h2'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #8C8A5B; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(NewAsterItalic, {
		selector: 'table.right h3'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #974711; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(NewAsterBold, {
		selector: 'h3'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #5E3310; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(NewAsterBold, {
		selector: 'h4'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #1F110A; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(TradeGothicBoldTwo, {
		selector: 'table.right h5'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #974711; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
	sIFR.replace(TradeGothicLight, {
		selector: 'h6'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
		,css: [
			'.sIFR-root { color: #8C8A5B; text-decoration: none; }'
		]
		,wmode: 'transparent'
		
	});
	
