// JavaScript Document
/*****************************************************************************
    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 avenir = {
      src: '../sifr/swf/avenir.swf'
      ,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
    };
	
	

   

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





     sIFR.replace(avenir, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { color:#2D88AA; text-align: left;letter-spacing: 1; font-size:18px;}'
      ], wmode:'transparent'
    });
	 
	sIFR.replace(avenir, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { text-align: left; color:#ffffff; text-transform:uppercase; letter-spacing: 1; font-size:15px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ff8801; }'
        ,'a:hover { color: #ff8801; text-decoration: underline; }'
      ], wmode:'transparent'
    });
	
	 sIFR.replace(avenir, {
      selector: 'h3'
      ,css: [
        '.sIFR-root { color:#2D88AA; text-align: left;letter-spacing: 1; font-size:16px;}'
      ], wmode:'transparent'
    });
	 
	
	 
	