//<[CDATA[

	var font1 = { src: '/media/Flash/sifr.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);

sIFR.replace(font1, {
selector: 'h1'
,css: [

'.sIFR-root { color: #e75012; font-size:15px; font-style:light; text-transform: uppercase; }'
,'a { color: #e75012;text-decoration: none; }'
,'a:visited { color: #e75012;text-decoration: none; }'
,'a:hover { color: #e75012;text-decoration: none; }'
]

, wmode: 'transparent'

});
