
  //<[CDATA[

  sIFR.replace(futura, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; color: #727272; font-size:13px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #727272; }'
      ,'a:hover { color: #727272; }'
    ]
  });
  
  sIFR.replace(gillsans, {
    selector: 'h2'
//	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; color: #FAB547;  font-size:22px; font-weight:bold; text-transform:lowercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FAB547; }'
      ,'a:hover { color: #FAB547; }'
    ]
  });
  
  sIFR.replace(gillsansnormal, {
    selector: 'h4'
//	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; color: #FAB547;  font-size:22px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FAB547; }'
      ,'a:hover { color: #FAB547; }'
    ]
  });  

  sIFR.replace(gillsansmt, {
    selector: 'h3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; color: #FAB547; font-weight:bold; font-size:14px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FAB547; }'
      ,'a:hover { color: #FAB547; }'
    ]
  });   

  sIFR.replace(gillsansmt, {
    selector: 'h6'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; color: #666666; font-weight:bold; font-size:14px; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #666666; }'
      ,'a:hover { color: #666666; }'
    ]
  }); 
  

  sIFR.replace(gillsans, {
    selector: 'h5'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: center; color: #ffffff;  font-size:17px; font-weight:bold; text-transform:lowercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
  });

  
  //]]>
