var helvetica = {
// RELATIVE TO ACTUAL PAGE, NOT THIS DOC	
	
	src: '/__data/assets/file/0006/227157/helveticaLight.swf'	
//  src: '/remote_content/donation-landing/march2010/sifr/helvetica.swf'
//  src: '/remote_content/donation-landing/march2010/sifr/helveticaLight.swf'
};

sIFR.useStyleCheck = true;

sIFR.activate(helvetica);



sIFR.replace(helvetica, {
		selector: 'h1'
		,wmode: 'transparent'
		,css: {'.sIFR-root': { 'color': '#FFFFFF', 'font-size': '30px' } , 
		'a:link' : {'color': '#FFFFFF', 'text-decoration': 'none' } ,
		'a:visited' : {'color': '#FFFFFF', 'text-decoration': 'none' } ,
		'a:hover' : {'color': '#FFFFFF', 'text-decoration': 'underline' }
}});

sIFR.replace(helvetica, {
		selector: 'h2'
		,wmode: 'transparent'
		,css: {'.sIFR-root': { 'color': '#FF0000', 'font-size': '22px' } , 
		'a:link' : {'color': '#FF0000', 'text-decoration': 'none' } ,
		'a:visited' : {'color': '#FF0000', 'text-decoration': 'none' } ,
		'a:hover' : {'color': '#FF0000', 'text-decoration': 'underline' }
}});

