var franklinGothic = {
      src: '/flash/FranklinGothic.swf' 
};
	  
var centaur = {
      src: '/flash/centaur.swf' 
};
 
sIFR.activate(franklinGothic);
sIFR.activate(centaur);
 
sIFR.replace(franklinGothic, {
      selector: 'div.sifrFranklin',
	  css: [
      '.sIFR-root {font-size:14px; color:#000000;}'
      ],
      wmode: 'transparent'
});
	  
	  sIFR.replace(centaur, {
      selector: 'h1.sifrCentaur',
	  css: [
      '.sIFR-root {text-align:center;font-size:40px; color:#000000;font-weight:bold;}'
      ],
      wmode: 'transparent'
});
	  
	  sIFR.replace(franklinGothic, {
      selector: 'h2.sifrFranklin',
	  css: [
      '.sIFR-root {font-size:30px; color:#000000;}'
      ],
      wmode: 'transparent'
});

 
sIFR.replace(centaur, {
      selector: 'div.sifrCentaur',
	  css: [
      '.sIFR-root {float:right; width:80%; font-size:40px; color:#000000; font-weight:bold;}'
      ],
      wmode: 'transparent'
});
sIFR.replace(franklinGothic, {
      selector: 'font.sifrFranklin',
	  css: [
      '.sIFR-root {text-align:justify; font-size:14px; color:#000000;}'
      ],
      wmode: 'transparent'
});
	  	  sIFR.replace(franklinGothic, {
      selector: 'h3.sifrFranklin',
	  css: [
      '.sIFR-root {text-align:center; font-size:20px; color:#000000;}'
      ],
      wmode: 'transparent'
      	  });
       sIFR.replace(franklinGothic, {
      selector: 'h4.sifrFranklin',
	  css: [
      '.sIFR-root {font-size:20px; color:#000000;}'
      ],
      wmode: 'transparent'
      	  });
      
       sIFR.replace(franklinGothic, {
      selector: 'h5.sifrFranklin',
	  css: [
      '.sIFR-root {font-size:15px; color:#000000;}'
      ],
      wmode: 'transparent'
      	  });
	   
	    sIFR.replace(franklinGothic, {
      selector: 'h2.sifrFranklinCenter',
	  css: [
      '.sIFR-root {text-align:center; font-size:30px; color:#000000;}'
      ],
      wmode: 'transparent'
});
	  	  sIFR.replace(franklinGothic, {
      selector: 'h3.sifrFranklinL',
	  css: [
      '.sIFR-root {font-size:20px; color:#000000;}'
      ],
      wmode: 'transparent'
      	  });
