var grey = {
      src: 'flash/grey.swf'
      ,ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 64, 1.14, 65, 1.15, 95, 1.14, 96, 1.13, 100, 1.14, 101, 1.13, 103, 1.14, 104, 1.13, 108, 1.14, 112, 1.13, 114, 1.14, 1.13] 
    };

    // sIFR.useStyleCheck = true;
    sIFR.activate(grey);

    sIFR.replace(grey, {
      selector: 'h1'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; color: #2a4e40; font-size: 32px;  }'
      ]
   });
    sIFR.replace(grey, {
      selector: 'h2'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; color: #2a4e40; font-size: 26px; font-weight: bold; }'
      ]
   });

	//sIFR.debug.ratios({ src: 'grey.swf', selector: 'h1' });
	
	
	sIFR.replace(grey, {
      selector: 'p.threeTit'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #2a4e40; font-size: 18px; width: 280px;}'
      ]
    });	
