	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]
    };
	
	
	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]
    };
    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(EurostyleBlack,Eurostyle);


	    sIFR.replace(Eurostyle, {
      selector: 'span.login',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: right; font-weight: bold; color: #FFFFFF;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FF9900; }'
        ,'a:hover { color: #FFFFFF; }'
      ]
    });


		sIFR.replace(Eurostyle, {
      selector: 'span.head',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #462E02; text-transform: uppercase; 	letter-spacing: 1.5;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #462E02; }'
        ,'a:hover { color: #C0BAAB; }'
      ]
    });

	    sIFR.replace(Eurostyle, {
      selector: 'span.sub_head',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #181818;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #462E02; }'
        ,'a:hover { color: #C0BAAB; }'
      ]
    });


		
	    sIFR.replace(Eurostyle, {
      selector: 'span.phone_head',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: right; font-weight: bold; color: #181818; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
		
	    sIFR.replace(Eurostyle, {
      selector: 'span.step_head',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #FFFFFF; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    })
		
	    sIFR.replace(Eurostyle, {
      selector: 'span.download_head',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #FFFFFF; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FF9900; }'
        ,'a:hover { color: #FFFFFF; }'
      ]
    });
		
	    sIFR.replace(Eurostyle, {
      selector: 'span.table_head',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #FFFFFF; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
		
	    sIFR.replace(Eurostyle, {
      selector: 'span.table_sub_head',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #FF9900; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
		

	    sIFR.replace(Eurostyle, {
      selector: 'span.footer',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #FFFFFF; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
	
	
	
  
    sIFR.replace(Eurostyle, {selector: 'h4,h5'});
  
    sIFR.replace(Eurostyle, {
      selector: 'h4.subhead',
      wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
      }
      ,filters: {
        DropShadow: {
          knockout: true
          ,distance: 1
          ,color: '#330000'
          ,strength: 2
        }
      }
    });
	