/*var helv55roman = { src: '/fonts/helv55roman.swf' };
var helv65med = { src: '/fonts/helv65med.swf' };

sIFR.activate(helv55roman, helv65med);

setTimeout(function(){    
    /MSIE 9.0/i.test(navigator.userAgent) &&  sIFR.redraw()
},1000);

sIFR.replace(helv55roman, {
selector: 'h1',
css: ['.sIFR-root { color: #333333;letter-spacing: -2 }',
	   'a { text-decoration: none; color: #E31B24; }',
	   'a:hover { text-decoration: none; color: #E31B24; }'
	 ]
});

sIFR.replace(helv65med, {
selector: 'h2.pTitle',
css: ['.sIFR-root { color: #E31B23;letter-spacing: -1 }',
	   'a { text-decoration: none; color: #E31B24; }',
	   'a:hover { text-decoration: none; color: #E31B24; }'
	 ]
});

sIFR.replace(helv65med, {
selector: 'h2',
css: ['.sIFR-root { color: #b3b3b3;letter-spacing: -1 }',
	   'a { text-decoration: none; color: #E31B24; }',
	   'a:hover { text-decoration: none; color: #E31B24; }'
	 ]
});

sIFR.replace(helv65med, {
selector: 'h3',
css: '.sIFR-root { color: #333333 }'
});

sIFR.replace(helv65med, {
selector: 'h4',
css: ['.sIFR-root { color: #b3b3b3; }',
	   'a { text-decoration: none; color: #E31B24; }',
	   'a:hover { text-decoration: none; color: #E31B24; }'
	 ]
});
*/
