var helveticaNeue = {
  src: '/flash/tradeGothicLight.swf'
};

function activate_sIFR() {
	sIFR.activate(helveticaNeue);
	
	  sIFR.replace(helveticaNeue, {
		selector: '.block h2 , .standard-copy h2'
		,css: {
		  '.sIFR-root': {'color': '#b30838' }
		}
		,wmode:"transparent"
	  });
	  
	   sIFR.replace(helveticaNeue, {
		selector: 'h3'
		,css: {
		  '.sIFR-root': {'color': '#b30838' }
		}
		,wmode:"transparent"
	  });
	   
	   sIFR.replace(helveticaNeue, {
		selector: 'h2.title'
		,css: {
		  '.sIFR-root': {'color': '#ffffff' }
		}
		,wmode:"transparent"
	  });
}

try {activate_sIFR()}
catch(e) {}
