//======================== IE6 antiflicker
try {
  document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

var FuturaBTBold= {
  src: 'fla/Futura-BT-Bold.swf'
};

sIFR.fromLocal = true;
sIFR.activate(FuturaBTBold); // From revision 209 and onwards

sIFR.replace(FuturaBTBold, {
  wmode: 'transparent',
  fitExactly: true,
  selector: 'h1',
   css: [ 
      '.sIFR-root { color: #000000; text-align: left; background-color:#ffffff; letter-spacing:3;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color: #00000; text-decoration: underline; }'
    ]});
  
  sIFR.replace(FuturaBTBold, {
  wmode: 'transparent',
  tuneHeight: 0,
  fitExactly: true,
  selector: 'h2',
   css: [ 
      '.sIFR-root { color: #ef0012; text-align: left; background-color:#ffffff;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ef0012; text-decoration: none; }'
      ,'a:hover { color: #ef0012; text-decoration: underline; }'
    ]});
