
var lola = { src: '/templates/flash/sifr-lola.swf' };
var lolaBold = { src: '/templates/flash/sifr-lolaBold.swf' };


sIFR.activate(lola);
sIFR.activate(lolaBold);
sIFR.fixHover = true;
sIFR.fitExactly = false;

sIFR.replace(lolaBold, {
  selector: '.moneysense .msContentStyle00 h1',
  css: [ '.sIFR-root {font-size:36px; color:#002a66;}' ],
  tuneHeight: '0',
  offsetTop: '0',
  wmode: 'transparent'
});

sIFR.replace(lolaBold, {
  selector: '.moneysense .msContentStyle04 h1',
  css: [ '.sIFR-root {font-size:36px; color:#002a66;}' ],
  tuneHeight: '0',
  offsetTop: '0',
  wmode: 'transparent'
});

sIFR.replace(lolaBold, {
  selector: '.moneysense .msContentStyle02 h3',
  css: [ '.sIFR-root {font-size:18px; color:#002a66;}' ],
  tuneHeight: '0',
  offsetTop: '0',
  wmode: 'transparent'
});

sIFR.replace(lolaBold, {
  selector: '.moneysense .msContentStyle04 h2, .moneysense .msContentStyle00 h2, .moneysense .msContentStyle01 h2',
  css: [ '.sIFR-root {font-size:20px; color:#002a66;}' ],
  tuneHeight: '0',
  offsetTop: '0',
  wmode: 'transparent'
});

sIFR.replace(lola, {
  selector: '.moneysense .msContentStyle99 h2, .moneysense .msContentStyle98 h2',
  css: [ '.sIFR-root {font-size:19px; color:#002a66;}' ],
  tuneHeight: '0',
  offsetTop: '0',
  wmode: 'transparent'
});



/*sIFR.replace(gillSans, {
  selector: 'div.header div.tools ul li.itemStyle00',
  css: [ '.sIFR-root {font-size:13px; cursor:pointer; text-transform:uppercase; }.sIFR-root a:hover {text-decoration:underline;color:#FFFFFF;}.sIFR-root a {text-decoration:none;color:#FFFFFF;}' ],
  tuneHeight: '0',
  offsetTop: '4',
  wmode: 'transparent',
  onRelease:function(fi){fi.getAncestor().click();}
});*/

