var helvetica = {
	src: 'fileadmin/template_db/script/sifr/HelveticaNeueLT57Cn.swf'
};

sIFR.debugMode = false;
sIFR.delayCSS  = false;
sIFR.activate(helvetica);

sIFR.replace(helvetica, {
	selector: 'h1'
    ,wmode: 'transparent'
	,css: [
	'.sIFR-root { font-size: 16px; color: #86353e; font-weight: bold; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #86353e; }'
    ,'a:hover { color: #86353e; }'
]
});

sIFR.replace(helvetica, {
	selector: 'th.forum-header'
    ,wmode: 'transparent'
	,css: [
	'.sIFR-root { font-size: 16px; color: #86353e; font-weight: bold; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #86353e; }'
    ,'a:hover { color: #86353e; }'
]
});
