  var bodoni = {
    src: '/sIFR/bodoni.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(bodoni);
  
    sIFR.replace(bodoni, {
    selector: '.PBTitle h1',
    wmode: 'transparent' ,
    css: {
      '.sIFR-root' : { 'color': '#36434c' , 'font-size' : '18px;' , 'font-style' : 'normal' , 'background-color' : '#eff0f0' , 'text-align' : 'center' }
      ,'a' : { 'text-decoration': 'none' }
      ,'a:link' : { 'color': '#ffffff' }
      ,'a:hover' : { 'color': '#CCCCCC' }  
      ,'em' : { 'color': '#ffffff' , 'text-decoration': 'none' , 'font-style' : 'normal' }
    }
  });

  var avenir = {
    src: '/sIFR/avenir.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(avenir);
  
  sIFR.replace(avenir, {
    selector: '.PBHeading h1',
    wmode: 'transparent' ,
    css: {
      '.sIFR-root' : { 'color': '#c1c1c1' , 'font-size' : '24px;' , 'text-align' : 'center'  }   
      ,'a' : { 'text-decoration': 'none' }
      ,'a:link' : { 'color': '#465157' }
      ,'a:hover' : { 'color': '#CCCCCC' }  
      ,'em' : { 'color': '#85c843' , 'font-weight': 'bold', 'font-style' : 'normal'}
    }
  });


  sIFR.replace(avenir, {
    selector: 'h3',
    css: {
      '.sIFR-root' : { 'color': '#465157' , 'font-size' : '16px;' , 'background-color' : '#f8f9fc'  }   
      ,'a' : { 'text-decoration': 'none' }
      ,'a:link' : { 'color': '#465157' }
      ,'a:hover' : { 'color': '#CCCCCC' }  
      ,'em' : { 'color': '#85c843' , 'font-weight': 'bold', 'font-style' : 'normal'}
    }
  });
  


  sIFR.replace(avenir, {
    selector: 'h6',
    css: {
      '.sIFR-root' : { 'color': '#465157' , 'font-size' : '14px;'  }   
      ,'a' : { 'text-decoration': 'none' }
      ,'a:link' : { 'color': '#465157' }
      ,'a:hover' : { 'color': '#CCCCCC' }  
      ,'em' : { 'color': '#85c843' , 'font-weight': 'bold', 'font-style' : 'normal'}
    }
  });
  
  


  var bauer = {
    src: '/sIFR/bauer.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(bauer);

  sIFR.replace(bauer, {
    selector: 'h1',
    css: {
      '.sIFR-root' : { 'color': '#455560' , 'font-size' : '21px;' , 'font-style' : 'normal' }   
      ,'a' : { 'text-decoration': 'none' }
      ,'a:link' : { 'color': '#455560' }
      ,'a:hover' : { 'color': '#CCCCCC' }  
      ,'em' : { 'color': '#85c843' , 'text-decoration': 'none' , 'font-style' : 'italic' }
    }
  });
  
    sIFR.replace(bauer, {
    selector: 'h2',
    css: {
      '.sIFR-root' : { 'color': '#455560' , 'font-size' : '14px;' , 'font-style' : 'normal' , 'background-color' : '#f4f5f5' , 'font-style' : 'italic' }
      ,'a' : { 'text-decoration': 'none' }
      ,'a:link' : { 'color': '#455560' }
      ,'a:hover' : { 'color': '#CCCCCC' }  
      ,'em' : { 'color': '#85c843' , 'text-decoration': 'none' , 'font-style' : 'italic' }
    }
  });
  

  
  