/*****************************************************************************
    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 helveticaLT = {
      src: '/helveticanueuLight.swf'
      ,ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
    };

    

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(helveticaLT);
	//sIFR.debug.ratios({ src: 'helveticanueuLight.swf', selector: 'h2' });


	sIFR.replace(helveticaLT, {
      selector: 'h2.dark'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color:#5D473B; text-align: left; font-weight: normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #5D473B; }'
        ,'a:hover { color: #5D473B; }'
      ]
    });
	

	sIFR.replace(helveticaLT, {
      selector: 'h2.white'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color:#ffffff; text-align: left; font-weight: normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	sIFR.replace(helveticaLT, {
      selector: 'h2.white2'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color:#ffffff; text-align: left; font-weight: normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	sIFR.replace(helveticaLT, {
      selector: 'h4.sifrgreen'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color:#4C922B; text-align: left; font-weight: normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #4C922B; }'
        ,'a:hover { color: #4C922B; }'
      ]
    });	
	
	sIFR.replace(helveticaLT, {
      selector: 'h2.white_broker1'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color:#ffffff; text-align: left; font-weight: normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	sIFR.replace(helveticaLT, {
      selector: 'h2.white_broker2'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color:#ffffff; text-align: left; font-weight: normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	
	sIFR.replace(helveticaLT, {
      selector: 'h2.dark_broker'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color:#5D473B; text-align: left; font-weight: normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #5D473B; }'
        ,'a:hover { color: #5D473B; }'
      ]
    });
	
	sIFR.replace(helveticaLT, {
      selector: 'h2.green_broker'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color:#4C922B; text-align: left; font-weight: normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #4C922B; }'
        ,'a:hover { color: #4C922B; }'
      ]
    });
	

