	var avenir45 = {
	  src: 'http://www.arbelle.com/flash/avenir45.swf'
	};
	var avenir65 = {
	  src: 'http://www.arbelle.com/flash/avenir65.swf'
	};
	var egyptienne = {
	  src: 'http://www.arbelle.com/flash/egyptienne.swf'
	};

  sIFR.delayCSS  = true;
  sIFR.activate(avenir45, avenir65, egyptienne);

  sIFR.replace(avenir65, {
    selector: '#BodyText .BrownPage h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #CEDF7E; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	, tuneHeight: (-5)
	, wmode: 'transparent'
  });

  sIFR.replace(avenir65, {
    selector: '#BodyText .PinkPage h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	, tuneHeight: (-5)
	, wmode: 'transparent'
  });


  sIFR.replace(egyptienne, {
    selector: '#BodyText h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #FFF578; letter-spacing: 1; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	, tuneHeight: (-5)
	, wmode: 'transparent'
  });


  sIFR.replace(avenir65, {
    selector: '#BodyText h4'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #ffffff; letter-spacing: .5;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	, tuneHeight: (-5)
	, wmode: 'transparent'
  });