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

	  var aauxofficemedium = {
      src: 'aauxofficemedium.swf', wmode: 'transparent'
    };

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

    sIFR.replace(aauxofficebold, {
      selector: 'h1'
      ,css: [
        '.sIFR-root {font-weight: normal; color: #000000; font-size: 28px; letter-spacing: -1;}'
      ]
    });

    sIFR.replace(aauxofficemedium, {
      selector: 'h2'
      ,css: [
        '.sIFR-root {font-weight: normal; color: #0d63ac; font-size: 19px; letter-spacing: -1;}'
	]
    });

    sIFR.replace(aauxofficemedium, {
      selector: 'h2 a'
      ,css: [
        '.sIFR-root {font-weight: normal; color: #0d63ac; font-size: 19px; letter-spacing: -1;}'
	]
    });   





