var franklin = {
    src: 'js/avenir.swf'
    
  };

  
  sIFR.useStyleCheck = true;
  sIFR.activate(franklin);


  
   sIFR.replace(franklin, {
    selector: 'h2.main'
    ,css: [
      'em { font-style: normal; color: #CC1C05; }'      
    ]
  });
   
   
   
    sIFR.replace(franklin, {
    selector: 'h1', wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'text-align': 'center'  }
    }
  });
	
	
	 sIFR.replace(franklin, {
    selector: 'h2', wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff'  }
    }
  });
	 


	 
	 
	  sIFR.replace(franklin, {
    selector: 'h3'
    ,css: {
      '.sIFR-root': { 'color': '#2a3d3b', 'font-weight': 'bold'  }
    }
  });
   
  //]]>