	var gotham_light = { src: 'fonts/gotham_light.swf'	};
	var gotham_med = { src: 'fonts/gotham_medium.swf'	};
	var gotham_bold = { src: 'fonts/gotham_bold.swf'	};
	
	sIFR.useDomLoaded = false;
	sIFR.activate(gotham_light, gotham_med, gotham_bold);

	sIFR.replace(gotham_light, {
		selector: 'h1.gotham',
		css: [
			'.sIFR-root { color: #ffffff; font-size: 32px; font-weight: 400; text-transform: uppercase; }'
		],
		wmode: 'transparent',
		forceHeight: true,
		forceWidth: true	  
	});	
	
	sIFR.replace(gotham_light, {
		selector: 'h2.gotham',
		css: [
			'.sIFR-root { color: #ffffff; font-size: 26px; font-weight: 400; text-transform: uppercase; }'
		],
		wmode: 'transparent',
		forceHeight: true,
		forceWidth: true	  
	});	
	
	sIFR.replace(gotham_med, {
		selector: 'h3.gotham',
		css: [
			'.sIFR-root { color: #ffffff; font-size: 11px; font-weight: 400; text-transform: uppercase; }'
			,'a { color: #666666; font-size: 13px; font-weight: 400; text-transform: uppercase; text-decoration: none; }'
			,'a:hover { color: #666666; font-weight: 400; text-transform: uppercase; text-decoration: none; }'
		],
		wmode: 'transparent',
		forceHeight: true,
		forceWidth: true	  
	});		
	
	sIFR.replace(gotham_bold, {
		selector: 'span.gotham_bold',
		css: [
			'.sIFR-root { color: #666666; font-size: 10px; text-transform: uppercase; text-align: center; background-color: #f0f0f0; }'
			,'a { color: #666666; font-size: 10px; font-weight: 400; text-align: center; text-transform: uppercase; text-decoration: none; }'
			,'a:hover { color: #6e325a; font-size: 10px; font-weight: 400; text-align: center; text-transform: uppercase; text-decoration: none; }'
		],
		wmode: 'opaque',
		forceHeight: true,
		forceWidth: true	  
	});	

