
var thesans = { src: 'sIFR/thesans.swf' };

sIFR.activate(thesans);


sIFR.replace(thesans, {
  selector: '.sifri .leftblock .content h1',
  css: '.sIFR-root { color:#e6eff3; font-size:24px; line-height:normal; margin:0 0 8px 0; }',
  wmode: 'transparent'
});

sIFR.replace(thesans, {
  selector: '.sifri .leftblock .content h2',
  css: '.sIFR-root { color:#e6eff3; font-size:18px; line-height:normal; margin:0 0 8px 0; }',
  wmode: 'transparent'
});	

sIFR.replace(thesans, {
  selector: '.sifri .leftblock .content h3',
  css: '.sIFR-root { color:#e6eff3; font-size:16px; line-height:normal; margin:0 0 8px 0; }',
  wmode: 'transparent'
});

sIFR.replace(thesans, {
  selector: '.sifri .content h1',
  css: '.sIFR-root { color:#3a3a3a; font-size:24px; line-height:normal; margin:0 0 8px 0; }',
  wmode: 'transparent'
});

sIFR.replace(thesans, {
  selector: '.sifri .content h2',
  css: '.sIFR-root { color:#3a3a3a; font-size:18px; line-height:normal; margin:0 0 8px 0; }',
  wmode: 'transparent'
});

sIFR.replace(thesans, {
  selector: '.sifri .content h3',
  css: '.sIFR-root { color:#3a3a3a; font-size:16px; line-height:normal; margin:0 0 8px 0; }',
  wmode: 'transparent'
});
