    /*****************************************************************************
    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 aauxproblack = {
      src: 'aauxproblack.swf', wmode: 'transparent'
    };

	

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

    sIFR.replace(aauxproblack, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; color: #00a1d0; font-size: 27px;}'
      ]
    });

  sIFR.replace(aauxproblack, {
      selector: 'h2'
      ,css: [
        '.sIFR-root {  text-align: left; font-weight: normal; color: #017a9d; font-size: 24px;}'
      ]
    });
	
	 sIFR.replace(aauxproblack, {
      selector: 'h3'
      ,css: [
        '.sIFR-root {  text-align: left; font-weight: normal; color: #faaa12; font-size: 19px;}'
      ]
    });
	






