
var myriadpro = { src: '/flash/myriadpro.swf' };


sIFR.activate(myriadpro);

sIFR.replace(myriadpro, {
    selector: '#nav span',
    css: [
        '.sIFR-root { margin-left: 34px; font-weight: bold; color: #FFFFFF; font-size: 16px; }'
        , 'a { text-decoration: none; }'
        , 'a:link { color: #FFFFFF; }'
        , 'a:hover { color: #000000; }'
      ],
    wmode: 'transparent',
    selectable: false
});


var headline = { src: '/flash/sifr.swf' };


sIFR.activate(headline);

sIFR.replace(headline, {
    selector: '.text h1',
    css: [
        '.sIFR-root { font-weight: bold; color: #000000; font-size: 37px; }'

      ],
    wmode: 'transparent',
    selectable: false
});

var headlineSmall = { src: '/flash/sifr.swf' };


sIFR.activate(headlineSmall);

sIFR.replace(headlineSmall, {
selector: '.text h2, #ContenSubPageContentMenu h3',
    css: [
        '.sIFR-root { font-weight: bold; color: #000000; font-size: 30px; }'

      ],
    wmode: 'transparent',
    selectable: false
});
var headlineSmaller = { src: '/flash/sifr.swf' };


sIFR.activate(headlineSmaller);

sIFR.replace(headlineSmaller, {
    selector: '.text h3',
    css: [
        '.sIFR-root { font-weight: bold; color: #000000; font-size: 24px; }'

      ],
    wmode: 'transparent',
    selectable: false
});
