var HelveticaLight = { src: rootFolder+'/swf/Helvetica_Light.swf' };
var HelveticaMedium = { src: rootFolder+'/swf/Helvetica_Medium.swf' };

sIFR.activate(HelveticaLight, HelveticaMedium);

sIFR.replace(HelveticaMedium, {
 selector: '#newsHome h4',
 css: '.sIFR-root { color:#0b254a; font-size:13px; font-weight: bold; }',
 thickness: -100,
 transparent: true
});

sIFR.replace(HelveticaLight, {
 selector: '#bottomContentHome h2',
 css: '.sIFR-root { color:#072857; font-size:24px; }',
 transparent: true
});
/*
sIFR.replace(HelveticaMedium, {
 selector: '#tabContent h3',
 css: '.sIFR-root { color: #2A4061;  width:440px; }',
 thickness: -100,
 transparent: true,
});
*/
sIFR.replace(HelveticaLight, {
 selector: '#rightContent h2.mainTitle',
 css: '.sIFR-root { color:#102a4e; font-size:24px; }',
 transparent: true
});

sIFR.replace(HelveticaMedium, {
 selector: '#leftBottomHome h5',
 css: '.sIFR-root { color:#072857; font-size:13px; width:180px; }',
 transparent: true
});

sIFR.replace(HelveticaMedium, {
 selector: '#leftContent h4',
 css: '.sIFR-root { color:#FFFFFF; font-size:13px; width:180px; }',
 transparent: true
});