 /*****************************************************************************
    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 cheltenham = {
      src: '/js/sifr/demo/cheltenham.swf'
    };
	

	
	

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


	
	sIFR.replace(cheltenham, { selector: 'h1', css: '.sIFR-root { text-align: left; background-color: #1B5691; color: #FFFFFF; font-weight: bold; padding: 0px 0px 0px 0px;}', ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 74, 1.2, 78, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19], tuneHeight:'3' });
	
	
	  sIFR.replace(cheltenham, { selector: 'h2', css: '.sIFR-root { text-align: left; background-color: #1B5691; color: #FFFFFF; font-weight: bold;}', ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 74, 1.2, 78, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19] });
	   
	   sIFR.replace(cheltenham, { selector: 'h3', css: '.sIFR-root { text-align: left; background-color: #FFFFFF; color: #1B5691; font-weight: bold; letter-spacing: -.3;}', ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 74, 1.2, 78, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19] });
	   

	  
