var helv_neue_light = {
  src: '/swf/helv-neue-light.swf'
};

sIFR.activate(helv_neue_light);
sIFR.fitExactly = true;

sIFR.replace( helv_neue_light, {
	selector: '#content-main > h2'
	,css: {
			'.sIFR-root': { 'color': '#ffffff'}
		   }
	,wmode:'transparent'
	,tuneWidth: 1
	,forceSingleLine : true
});

sIFR.replace( helv_neue_light, {
	selector: '#content-main > h1'
	,css: {
			'.sIFR-root': { 'color': '#ffffff'}
		   }
	,wmode:'transparent'
	,tuneWidth: 1
	,forceSingleLine : true
});

sIFR.replace( helv_neue_light, {
	selector: '#content-supp > h2'
	,css: {
			'.sIFR-root': { 'color': '#ffffff'}
		   }
	,wmode:'transparent'
	,tuneWidth: 1
	,forceSingleLine : true
});