var myriad = { src: rootFolder+'/js/flashText/MyriadPro.swf' };

sIFR.activate(myriad);

sIFR.replace(myriad, {
  selector: 'h1.mainTitle',
  css: '.sIFR-root { color: #494949; font-weight: normal; leading: 2}',
  transparent: true
});

sIFR.replace(myriad, {
  selector: 'h1.columnTitle',
  css: '.sIFR-root { color: #494949; font-weight: normal; leading: 2}',
  transparent: true
});

sIFR.replace(myriad, {
  selector: 'h2.subTitle',
  css: '.sIFR-root { color: #0c94cc; font-weight: normal; leading: 5}',
  transparent: true
});

sIFR.replace(myriad, {
  selector: 'h2.subTitleLight',
  css: '.sIFR-root { color: #FFFFFF; font-weight: normal; leading: 2}',
  transparent: true
});

sIFR.replace(myriad, {
  selector: 'h3.smallTitle',
  css: '.sIFR-root { color: #0c94cc; font-weight: normal; leading: -5}',
  transparent: true
});

sIFR.replace(myriad, {
  selector: 'h3.smallTitleLight',
  css: '.sIFR-root { color: #FFFFFF; font-weight: normal; leading: 4}',
  transparent: true
});

