	
	var Eurostyle = {
      src: 'fla/Eurostyle.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };
	
	var EurostyleBlack = {
      src: 'fla/EurostyleBlack.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };
	

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


	sIFR.replace(EurostyleBlack, {
      selector: 'h1',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #cf051f; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
	    ,'strong { color:#F78F1E; text-align: right; font-size: 28px; }'
      ]
    });
	
	sIFR.replace(Eurostyle, {
      selector: 'h2',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #000000; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
	    ,'strong { color: #cf051f; }'
      ]
    });
	
	sIFR.replace(Eurostyle, {
      selector: 'h3',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #000000; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
	    ,'strong { text-align: left; font-size: 16px; }'
      ]
    });
	
	
	sIFR.replace(Eurostyle, {
      selector: 'h4',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #000000; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
	    ,'strong {  }'
      ]
    });
	
