
    /*****************************************************************************
    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 DINmedium = {
      src: '/swf/DINmedium.swf'
    };


    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(DINmedium );

    sIFR.replace(DINmedium, {
      selector: 'h1',
	  wmode: 'transparent',tuneHeight:'-5',
      css: [
        '.sIFR-root { text-align: left; color: #ff0000; font-size:25px; font-weight: bold; margin:0; padding:0; line-height:normal; text-transform:uppercase;   }'
        ,'a { color:#ff0000 ;text-decoration: none; margin:0; padding:0;  }'
        ,'a:hover { color: #ff0000; font-weight: bold; margin:0; padding:0;  }'
		
      ]

    });
	
	sIFR.replace(DINmedium, {
      selector: 'h2',
	  wmode: 'transparent',tuneHeight: '-5',
      css: [
        '.sIFR-root { text-align: left; color: #ff0000; font-size: 16px;  margin:0; padding:0; text-transform:uppercase;  }'
        ,'a { color: #ff0000; text-decoration: none; cursor: pointer; margin:0; padding:0; }'
        ,'a:hover { color: #ff0000; margin:0; padding:0; }'
		
      ]

    });

    sIFR.replace(DINmedium, {
      selector: 'h3',
	  wmode: 'transparent',
      css: [
        '.sIFR-root { text-align: left; color: #00499f; font-size: 14px;  margin:0; padding:0; text-transform:uppercase;   }'
        ,'a { color: #00499f; text-decoration: none; cursor: pointer;  margin:0; padding:0;  }'
        ,'a:hover { color: #00499f; margin:0; padding:0;  }'
      ]

    });

    sIFR.replace(DINmedium, {
      selector: 'h4',
	  wmode: 'transparent',
      css: [
        '.sIFR-root { text-align: left; color: #ff0000; font-size: 12px;  margin:0; padding:0; text-transform:uppercase;  }'
        ,'a { color: #ff0000; text-decoration: none; cursor: pointer; margin:0; padding:0;  }'
        ,'a:hover { color: #ff0000; margin:0; padding:0; }'
      ]

    });

