// JavaScript Document
    var myfont = {
      src: '/garamondpremrpro1.swf'
       };

sIFR.activate(myfont);
sIFR.replace (myfont, {
      selector: 'h1',css: {
							'.sIFR-root': { 'color': '#0a2c55',  'text-align':'left' }
						  },
      wmode: 'transparent',
	  transparent: true 
    });
sIFR.replace (myfont, {
      selector: 'h2',css: {
							'.sIFR-root': { 'color': '#0a2c55',  'text-align':'left'}
						  },
      wmode: 'transparent',
	  transparent: true 
    });	
	sIFR.replace (myfont, {
      selector: 'h3',css: {
							'.sIFR-root': { 'color': '#0a2c55',  'text-align':'left'}
						  },
      wmode: 'transparent',
	  transparent: true 
    });	