    var rockwell= {src: '/common/flash/fonts/rockwell.swf'};

    sIFR.activate(rockwell);

//Standard Content Headers -----------------------------------
    sIFR.replace(rockwell, {
      selector: 'h1.sifr'
      ,css: {
        '.sIFR-root': { 'color': '#1fa345', 'font-size': '36', 'font-weight': 'bold', 'line-height': '36'}
       }
	   ,wmode : 'transparent'
	   ,tuneHeight : '-11'
     });

    sIFR.replace(rockwell, {
      selector: 'h2.sifr'
      ,css: {
        '.sIFR-root': { 'color': '#1fa345', 'font-size': '24', 'font-weight': 'bold'}
       }
	   ,wmode : 'transparent'
	   ,tuneHeight : '-8'
     });

    sIFR.replace(rockwell, {
      selector: 'h3.sifr'
      ,css: {
        '.sIFR-root': { 'color': '#1fa345', 'font-size': '18', 'font-weight': 'bold'}
       }
	   ,wmode : 'transparent'
	   ,tuneHeight : '-10'
     });

    sIFR.replace(rockwell, {
      selector: 'h4.sifr'
      ,css: {
        '.sIFR-root': { 'color': '#6d6d6d', 'font-size': '20', 'font-weight': 'normal'}
       }
	   ,wmode : 'transparent'
	   ,tuneHeight : '-10'
     });

    sIFR.replace(rockwell, {
      selector: 'h5.sifr'
      ,css: {
        '.sIFR-root': { 'color': '#1fa345', 'font-size': '16', 'font-weight': 'bold', 'text-align': 'center'}
       }
	   ,wmode : 'transparent'
	   ,tuneHeight : '-10'
     });

    sIFR.replace(rockwell, {
      selector: 'h6.sifr'
      ,css: {
        '.sIFR-root': { 'color': '#1fa345', 'font-size': '24', 'font-weight': 'bold', 'text-align': 'center'}
       }
	   ,wmode : 'transparent'
	   ,tuneHeight : '-10'
     });

    sIFR.replace(rockwell, {
      selector: '#left_col .category_title'
      ,css: {
        '.sIFR-root': { 'color': '#1fa345', 'font-size': '24', 'font-weight': 'bold'}
       }
	   ,wmode : 'transparent'
	   ,tuneHeight : '-8'
     });
//END!! Standard Content Headers ------------------------------