var gillsans = {
  src: '/site/images/sifr/gillsans.swf'
};

sIFR.activate(gillsans); // From revision 209 and onwards



sIFR.replace(gillsans, {
  selector: 'h1.replace'
    ,css: [
      '.sIFR-root { color: #4b5e15; font-weight: normal; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(gillsans, {
  selector: 'h2.replace'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(gillsans, {
  selector: 'h2.genericreplace'
    ,css: [
      '.sIFR-root { color: #4b5e15; font-weight: normal; background: transparent; z-index:3; leading: 0; }'
      ,'a { color: #4b5e15; text-decoration: none }'
      ,'a:hover { color: #4b5e15; text-decoration: underline  }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(gillsans, {
  selector: 'h3.replace'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(gillsans, {
  selector: 'h3.genericreplace'
    ,css: [
      '.sIFR-root { color: #4b5e15; font-weight: normal; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(gillsans, {
  selector: 'h1.genericheading'
    ,css: [
      '.sIFR-root { color: #4b5e15; font-weight: normal; background: transparent; z-index:3; leading: 0; }'
    ]
    , wmode: 'transparent'
  
});

sIFR.replace(gillsans, {
  selector: 'h2.tabheading'
    ,css: [
      '.sIFR-root { color: #4b5e15; font-weight: normal; background: transparent; z-index:3; leading: 0; margin-left: 12px; }'
    ]
    , wmode: 'opaque'
  
});

sIFR.replace(gillsans, {
  selector: 'h3.tabheading'
    ,css: [
      '.sIFR-root { color: #4b5e15; font-weight: normal; background: transparent; z-index:3; leading: 0; margin-left: 12px; }'
    ]
    , wmode: 'opaque'
  
});

