var forte = {
src: '/media/etc/sifr/forte.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(forte);
sIFR.replace(forte, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { font-size: 24px; vertical-align: bottom;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(forte, {
    selector: 'p.forte'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #2ac1dd; margin: 0; padding: 0;}'
    ]
	,wmode: 'transparent'
});
