var bankGothic = { src: 'sifr/flash/bankGothic.swf' };
var tahoma = { src: 'sifr/flash/tahoma.swf' };




sIFR.activate(bankGothic, tahoma);




sIFR.replace(bankGothic, {
  selector: 'h1',
  css: ['.sIFR-root { color: #000000; font-size:30px;}']
  ,filters: {
        DropShadow: {
           distance: 1
          ,color: '#cccccc'
          ,strength: 2
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
      }
   ,wmode: 'transparent'

});

sIFR.replace(bankGothic, {
  selector: 'h2',
  css: ['.sIFR-root { color: #0054A8;  font-size:20px;}','a{text-decoration: none; color: #0054A8; }','a:hover{color:#A82B00}'], 
  wmode: 'transparent'
  
});

sIFR.replace(tahoma, {
  selector: 'h3',
  css: ['.sIFR-root { color: #000000; }','a{text-decoration: none; color: #0054A8; }','a:hover{color:#A82B00}'], 
  wmode: 'transparent'
});



