  var lucida = {
    src: 'lucida.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(lucida);

  
    sIFR.replace(lucida, {
    selector: 'p.hphello'
    ,css: {
      '.sIFR-root': { 'text-align': 'center', 'font-weight': 'normal', 'color': '#666666', 'font-size': '20px' }
    }
   ,wmode: 'transparent' 
  }); 
    sIFR.replace(lucida, {
    selector: 'h1'
    ,css: {
      '.sIFR-root': { 'text-align': 'center', 'font-weight': 'normal', 'color': '#666666', 'font-size': '20px' }
    }
   ,wmode: 'transparent' 
  });    
    sIFR.replace(lucida, {
    selector: 'h2'
    ,css: {
      '.sIFR-root': { 'padding': '15px 0 0 10px', 'font-weight': 'normal', 'color': '#666666', 'font-size': '19px' }
    }
    ,forceSingleLine: true
   ,wmode: 'transparent' 
  }); 
    sIFR.replace(lucida, {
    selector: 'h3.sifr'
    ,css: {
      '.sIFR-root': { 'padding': '15px 0 0 10px', 'font-weight': 'normal', 'color': '#666666', 'font-size': '17px' }
    }
    ,forceSingleLine: true
   ,wmode: 'transparent' 
  });      
    sIFR.replace(lucida, {
    selector: 'p.sifr'
    ,css: {
      '.sIFR-root': { 'padding-bottom': '15px', 'line-height': '22px', 'color': '#666666', 'font-size': '15px' }
    }
   ,wmode: 'transparent' 
  }); 
     