    var impact = {
      src: 'texttype/impact.swf'
    };

    var tahoma = {
      src: 'texttype/tahoma.swf'
    };


    var arial = {
      src: 'texttype/arial.swf'
    };
	
	
   // sIFR.useStyleCheck = true;
    sIFR.activate(impact,tahoma,arial);

    sIFR.replace(impact, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: center; background-color: #eaf2fb; color: #1d3f86; font-size:20px}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,selectable: false
    });
  
  
    sIFR.replace(impact, {
      selector: 'h2'
      ,css: {
        '.sIFR-root': { 'text-align': 'center', 'background-color': '#eaf2fb', 'color': '#1d3f86', 'letter-spacing': -1.5, 'text-transform': 'capitalize','font-size': '20px' }
      }
      ,filters: {
        DropShadow: {
          knockout: true
          ,distance: 1
          ,color: '#1d3f86'
          ,strength: 2
        }
      }
	  ,selectable: false
    });



    sIFR.replace(tahoma, {
      selector: 'h3'
      ,css: [
        '.sIFR-root { text-align: left; background-color: #ffffff; color: #000000; font-size:12px}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
      ]
	  ,selectable: false
    });

  
      sIFR.replace(tahoma, {
      selector: 'h4'
      ,css: [
        '.sIFR-root { text-align: left; background-color: #ffffff; color: #1d3f86; font-size:10px}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #1d3f86; }'
        ,'a:hover { color: #1d3f86; }'
      ]
	  ,selectable: false
    });

    sIFR.replace(arial, {
      selector: 'h5'
      ,css: [
        '.sIFR-root { text-align: left; background-color: #ffffff; color: #000000; font-size:18px}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
      ]
	  ,selectable: false
    });