var frutiger = {
	src: '/flash/sIFR/frutiger-bold.swf'
};

sIFR.activate(frutiger);

sIFR.replace(frutiger, {
	selector: '.s-title',
	css: [ '.sIFR-root { font-weight: bold; font-size:18px; letter-spacing: -1; color:#2b2626; z-index:0; position:absolute; margin:0; padding:0; height:10px; cursor:pointer }' ,'a { color:#2b2626; text-decoration:none }' ,'a:link { color: #2b2626; text-decoration:none}' ,'a:hover { color: #2b2626; text-decoration:none}' ],
	wmode: 'transparent'
});

sIFR.replace(frutiger, {
	selector: '.s-subtitle',
	css: [ '.sIFR-root { font-weight: normal; letter-spacing: -1; color:#1f1816; z-index:0; position:absolute }' ,'a { color:#1f1816; text-decoration:none }' ,'a:link { color: #1f1816; }' ,'a:hover { color: #1f1816; }' ],
	wmode: 'transparent'
});

sIFR.replace(frutiger, {
	selector: '.frutiger-14',
	css: [ '.sIFR-root { font-weight: bold; letter-spacing: -1; color:#1c1716; z-index:0; position:absolute; text-decoration:none }' ,'a { color:#1c1716; text-decoration:none }' ,'a:link { color: #1c1716; }' ,'a:hover { color: #1c1716; }' ],
	wmode: 'transparent'
});