    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    var shareregular = {
      src: 'shareregular.swf', wmode: 'transparent'
    };
	


    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(shareregular);

    sIFR.replace(shareregular, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #006373; font-size: 34px; letter-spacing: -1;}'
      ]
    });
  
    sIFR.replace(shareregular, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #9a9a9a; font-size: 22px; letter-spacing: -1;}'
	]
    });
	
    sIFR.replace(shareregular, {
      selector: 'h3'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #005664; font-size: 17px;}'
      ]
    });

    sIFR.replace(shareregular, {
      selector: 'h4'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #393939; font-size: 22px;}'
      ]
    });
	
	    sIFR.replace(shareregular, {
      selector: 'h5'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #175f94; font-size: 20px;}'
      ]
    });
	
		
	    sIFR.replace(shareregular, {
      selector: 'h6'
      ,css: [
        '.sIFR-root {font-weight: normal; color: #10578b; font-size: 12px;}'
      ]
    });
	




