//<[CDATA[

	var font1 = { src: 'helveticanue.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);

sIFR.replace(font1, {
selector: 'h1'
,css: [

'.sIFR-root { color: #e18a26; font-size:28px; }'
,'a { color: #e18a26;text-decoration: none; }'
,'a:visited { color: #e18a26;text-decoration: none; }'
,'a:hover { color: #e18a26;text-decoration: none; }'
]

, wmode: 'transparent'

});
