// 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.
    *****************************************************************************/
    
	sIFR.replace(helv, {
      selector: '#Quote',
	  forceSingleLine: false,
	  transparent:true,
	  css: [
        '.sIFR-root { text-align: left; color: #ffffff; font-size:44px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	sIFR.replace(helv, {
      selector: 'h1',
	   forceSingleLine: true,
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:-7,
	  css: [
        '.sIFR-root { text-align: left; color: #072A51; font-size:44px;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #072A51; }'
        ,'a:hover { color: #072A51; }'
      ]
    });
	
	sIFR.replace(helv, {
      selector: '.grey',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:10,
	  tuneHeight:5,
	  forceSingleLine: true,
	  css: [
        '.sIFR-root { text-align: right; color: #999999; font-size:15px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #999999; }'
        ,'a:hover { color: #999999; }'
      ]
    });
	
	sIFR.replace(helv, {
      selector: 'h2',
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:5,
	  tuneHeight:2,
	  css: [
        '.sIFR-root { text-align: left; color: #072A51; font-size:22px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #072A51; }'
        ,'a:hover { color: #072A51; }'
      ]
    });
	
	sIFR.replace(helv, {
      selector: '#Strapline',
	  forceSingleLine: true,
	  transparent:true,
	  offsetLeft:0,
	  offsetTop:2,
	  css: [
        '.sIFR-root { text-align: right; color: #072A51; font-size:13px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #072A51; }'
        ,'a:hover { color: #072A51; }'
      ]
    });
	
		
	
