
    sIFR.useStyleCheck = true;
    sIFR.activate(fontwww);

    sIFR.replace(fontwww, {
      selector: 'p.green_header',
	  wmode: 'transparent',
	  filters: {
        DropShadow: {
            distance: 1,
            color: '#FFFFFF',
            strength: 2,
            alpha: .5,
            blurX: 0,
            blurY: 0
        }
      },
      css: [
        '.sIFR-root { color: #43A341; font-weight: bold; font-size: 16px; text-transform: uppercase; }'
        ,'a { text-decoration: none; font-size: 16px; }'
        ,'a:link { color: #43A341; font-size: 16px; }'
        ,'a:hover { color: #43A341; font-size: 16px; text-decoration: underline; }'
      ]
    });

    sIFR.replace(fontwww, {
      selector: 'p.green_header_no',
	  wmode: 'transparent',
	  filters: {
        DropShadow: {
            distance: 1,
            color: '#FFFFFF',
            strength: 2,
            alpha: .5,
            blurX: 0,
            blurY: 0
        }
      },
      css: [
        '.sIFR-root { color: #43A341; font-weight: bold; font-size: 16px; text-transform: uppercase; }'
        ,'a { text-decoration: none; font-size: 16px; }'
        ,'a:link { color: #43A341; font-size: 16px; }'
        ,'a:hover { color: #43A341; font-size: 16px; text-decoration: underline; }'
      ]
    });
