var avant_garde_gothic = {
  src: '/site/images/sifr/sifr.swf'
};

sIFR.activate(avant_garde_gothic); // From revision 209 and onwards



sIFR.replace(avant_garde_gothic, {
  selector: 'h1.replace'
    ,css: [
      '.sIFR-root { color: #008632; font-weight: normal; background: transparent; z-index:3; leading: -6px; }'
    ]
    , wmode: 'transparent'
  
});
sIFR.replace(avant_garde_gothic, {
  selector: 'h3.replace'
    ,css: [
      '.sIFR-root { color: #008632; font-weight: normal; background: transparent; z-index:3; leading: -6px; }'
    ]
    , wmode: 'transparent'
  
});
sIFR.replace(avant_garde_gothic, {
  selector: 'p.replace'
    ,css: [
      '.sIFR-root { color: #008632; font-weight: normal; background: transparent; z-index:3; leading: -6px; }'
    ]
    , wmode: 'transparent'
  
});
sIFR.replace(avant_garde_gothic, {
  selector: 'span.replace'
    ,css: [
      '.sIFR-root { color: #008632; font-weight: normal; background: transparent; z-index:3; leading: -6px; }'
    ]
    , wmode: 'transparent'
  
});
sIFR.replace(avant_garde_gothic, {
  selector: 'h2.replace-border-tte'
    ,css: [
      '.sIFR-root { color: #008632; font-weight: normal; background: transparent; z-index:3; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(avant_garde_gothic, {
  selector: 'h2.replace-border-ttc'
    ,css: [
      '.sIFR-root { color: #72a528; font-weight: normal; background: transparent; z-index:3; }'
    ]
    , wmode: 'transparent'
  
});
