var calibri = {
      src: '/sifr/flash/calibri.swf'
};
 
sIFR.activate(calibri);
 
sIFR.replace(calibri, {
      selector: '#leftcol h1, #wide-col h1',
   css: [
      '.sIFR-root { color: #ffffff; font-size:22px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(calibri, {
      selector: 'h5.head-title',
   css: [
      '.sIFR-root { color: #ffffff; font-size:25px; font-weight:normal; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(calibri, {
      selector: '#leftcol h2, #wide-col h2',
   css: [
      '.sIFR-root { color: #ffffff; font-size:38px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(calibri, {
      selector: '#leftcol h2 a',
   css: [
      '.sIFR-root { color: #ffffff; font-size:35px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(calibri, {
      selector: '#leftcol h3, #wide-col h3',
   css: [
      '.sIFR-root { color: #333333; font-size:20px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(calibri, {
      selector: '#rightcol h3',
   css: [
      '.sIFR-root { color: #666666; font-size:20px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(calibri, {
      selector: '.portfolio-content h3, .portfolio-content2 h3',
   css: [
      '.sIFR-root { color: #333333; font-size:20px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(calibri, {
      selector: '#rightcol h4',
   css: [
      '.sIFR-root { color: #666666; font-size:15px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(calibri, {
      selector: '#leftcol h4, #wide-col h4',
   css: [
      '.sIFR-root { color: #666666; font-size:15px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(calibri, {
      selector: '#leftcol h5, #wide-col h5',
   css: [
      '.sIFR-root { color: #008282; font-size:25px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(calibri, {
      selector: 'h6',
   css: [
      '.sIFR-root { color: #ffffff; font-size:18px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});






