var gillsans = {
      src: 'flash/Gill.swf'
    };

sIFR.activate(gillsans);

sIFR.replace(gillsans, {
      selector: 'h1'
      ,css: [
        '.sIFR-root {font-size:24px; text-align: left; font-weight:normal; color:#123166; margin-bottom:0; padding-bottom:0}'
      ],
	  wmode: 'transparent'
    });
sIFR.replace(gillsans, {
      selector: 'h3'
      ,css: [
        '.sIFR-root {font-size:18px; text-align: left; font-weight:normal; color:#000000; margin-bottom:0; padding-bottom:0}'
      ],
	  wmode: 'transparent'
    });
sIFR.replace(gillsans, {
      selector: 'h4'
      ,css: [
        '.sIFR-root {font-size:16px; text-align: left; font-weight:normal; color:#123166; margin-bottom:0; padding-bottom:0}'
      ],
	  wmode: 'transparent'
    });