var font = { src: 'flash/calibri.swf' };
sIFR.activate(font);
 
sIFR.replace(font, {
      selector: '#maincont h1, #maincont h2, #maincont h3, #maincont h4, #maincont h5',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#162A33; }',
      'a { color: #99CC00; text-decoration: none; cursor: pointer; } a:hover { color: #333333; cursor: pointer; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(font, {
      selector: '#bottomcont h3, #bottomcont h4, #bottomcont h5',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#FFFFFF; }',
      'a { color: #99CC00; text-decoration: none; cursor: pointer; } a:hover { color: #333333; cursor: pointer; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

