 var euro = {
    src: '..//media/swf/eurostile.swf'
	,wmode: 'transparent'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(euro);

  sIFR.replace(euro, {
    selector: 'h1.Blue'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #0254ac; font-weight: bold; line-height: 0,2em;}'
    ]
  });
	
  sIFR.replace(euro, {
    selector: 'h1.Red'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #e2001a; font-weight: bold; line-height: 0,2em; }'
    ]
  });
  
  sIFR.replace(euro, {
    selector: 'h1.Orange'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #ee7f00; font-weight: bold; line-height: 0,2em; }'
    ]
  });
  
  sIFR.replace(euro, {
    selector: 'h2.Orange'
    ,css: [
      '.sIFR-root { font-size: 13px; color: #ee7f00; font-weight: bold; line-height: 0,2em; }'
    ]
  });
  
  sIFR.replace(euro, {
    selector: 'h1.DBlue'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #101f69; font-weight: bold; line-height: 0,2em; }'
    ]
  });
  
  sIFR.replace(euro, {
    selector: 'h2.DBlue'
    ,css: [
      '.sIFR-root { font-size: 13px; color: #101f69; font-weight: bold; line-height: 0,2em; }'
    ]
  });
  
  sIFR.replace(euro, {
    selector: 'h1.Green'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #00632b; font-weight: bold; line-height: 0,2em; }'
    ]
  });
  
  sIFR.replace(euro, {
    selector: 'h2.Green'
    ,css: [
      '.sIFR-root { font-size: 13px; color: #00632b; font-weight: bold; line-height: 0,2em; }'
    ]
  });
  
  sIFR.replace(euro, {
    selector: 'h1.LBlue'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #007db2; font-weight: bold; line-height: 0,2em; }'
    ]
  });

  sIFR.replace(euro, {
    selector: 'h2.LBlue'
    ,css: [
      '.sIFR-root { font-size: 13px; color: #007db2; font-weight: bold; line-height: 0,2em; }'
    ]
  });
  
   sIFR.replace(euro, {
    selector: 'h1.Purple'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #5d175b; font-weight: bold; line-height: 0,2em; }'
    ]
  });
   
   sIFR.replace(euro, {
    selector: 'h1.Brown'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #6b4416; font-weight: bold; line-height: 0,2em; }'
    ]
  });
   
   sIFR.replace(euro, {
    selector: 'h1.LGreen'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #9a8f16; font-weight: bold; line-height: 0,2em; }'
    ]
  });
   
   sIFR.replace(euro, {
    selector: 'h1.Yellow'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #daa403; font-weight: bold; line-height: 0,2em; }'
    ]
  });
   
    sIFR.replace(euro, {
    selector: 'h2.Yellow'
    ,css: [
      '.sIFR-root { font-size: 13px; color: #daa403; font-weight: bold; line-height: 0,2em; }'
    ]
  });
   
   sIFR.replace(euro, {
    selector: 'h1.Black'
    ,css: [
      '.sIFR-root { font-size: 18px; color: #000000; font-weight: bold; line-height: 0,2em; }'
    ]
  });
   
   sIFR.replace(euro, {
    selector: 'h2.Black'
    ,css: [
      '.sIFR-root { font-size: 13px; color: #000000; font-weight: bold; line-height: 0,2em; }'
    ]
  });
