
var futurab = {
  src: '../../../Arena/Include/scripts/futuraBoldCon.swf'
};

sIFR.activate(futurab);

sIFR.replace(futurab, {
  selector: '.main-content > h2, .related-content h2.services, .right .module h2, .related-content h2, .promotions h2, .myAssignmentListHeader', 
  css: [
      '.sIFR-root { font-size:21px; color: #555555; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(futurab, {
  selector: '.main-content h1', 
  css: [
      '.sIFR-root { font-size:28px; color:#a22c2f; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(futurab, {
  selector: '.main-content > h3, .main-content ol.tips li > h3, .related-content h3, .left > h3', 
  css: [
      '.sIFR-root { font-size:18px; color: #555555; }'
      ],
  wmode: 'transparent'
});