var helvetica = { src: '/__data/assets/file/0006/227157/helveticaLight.swf' };

sIFR.useStyleCheck = true;

sIFR.activate(helvetica);


sIFR.replace(helvetica, {
		selector: '#advicecolumn 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': '#000000', 'text-decoration': 'underline' }
}});

sIFR.replace(helvetica, {
		selector: '#homepagedonate 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': '#000000', 'text-decoration': 'underline' }
}});

sIFR.replace(helvetica, {
		selector: '#whatwedo 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': '#000000', 'text-decoration': 'underline' }
}});

sIFR.replace(helvetica, {
		selector: '#homepage_smallbanner h2.onblue'
		,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': '#000000', 'text-decoration': 'underline' }
}});

sIFR.replace(helvetica, {
		selector: '#homepage_smallbanner h2.onwhite'
		,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': '#000000', 'text-decoration': 'underline' }
}});



sIFR.replace(helvetica, {
		selector: '#phone_number'
		,wmode: 'transparent'
		,css: {'.sIFR-root': { 'color': '#FF0000', 'font-size': '29px' }
}});

sIFR.replace(helvetica, {
		selector: '.promoitem h2'
		,wmode: 'transparent'
		,css: {'.sIFR-root': { 'color': '#000000', 'font-size': '24px' } , 
		'a:link' : {'color': '#000000', 'text-decoration': 'none' } ,
		'a:visited' : {'color': '#000000', 'text-decoration': 'none' } ,
		'a:hover' : {'color': '#000000', 'text-decoration': 'underline' }
}});

