var helvetica = { src: '/_common/sifr/helvetica-neue.swf',
ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 40, 1.26, 41, 1.24, 49, 1.25, 72, 1.24, 73, 1.23, 74, 1.24, 77, 1.23, 78, 1.24, 86, 1.23, 87, 1.24, 1.23],
    selectable: true,
    transparent: true
};

var bankgothic = { src: '/_common/sifr/bank-gothic.swf',
ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 28, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 64, 1.23, 106, 1.22, 107, 1.21, 111, 1.22, 112, 1.21, 115, 1.22, 117, 1.21, 119, 1.22, 121, 1.21, 123, 1.22, 1.21],
    selectable: true,
    transparent: true
};

sIFR.activate(helvetica);
sIFR.activate(bankgothic);

sIFR.replace(helvetica, {
    selector: 'h1',
    css: ['.sIFR-root { color: #ffffff; }']
});

sIFR.replace(helvetica, {
    selector: 'h2',
    css: ['.sIFR-root { color: #ED1C24; }']
});

sIFR.replace(helvetica, {
    selector: 'h3',
    css: ['.sIFR-root { color: #FFFFFF; }']
});

sIFR.replace(helvetica, {
    selector: '.panelRight .homepage .contentSplash-top .splashContent_l .content, .panelRight .homepage .contentSplash-top .splashContent_r .content',
    css: ['.sIFR-root { color: #cccccc; }']
});

sIFR.replace(helvetica, {
    selector: '.helvetica',
    css: [
        '.sIFR-root { color: #ffffff; }',
        '.sIFR-root .grey { color: #CCCCCC; }',
        '.sIFR-root .red { color: #FF201B; text-decoration: none; }',
        '.sIFR-root .red a:hover { color: #000000; background: #FF201B; }',
        '.sIFR-root a { color: #FF201B; text-decoration: none; }',
        '.sIFR-root a:hover { color: #ffffff; background: #FF201B; } ']
});

sIFR.replace(bankgothic, {
    selector: '.bankgothic',
    css: ['.sIFR-root { color: #ffffff; }', '.sIFR-root .red { color: #FF201B; }']
});

sIFR.replace(bankgothic, {
    selector: '.bankgothic-header',
    css: ['.sIFR-root { color: #ffffff; text-align: right; margin-right: 40px; font-size: 36px; }']
});

sIFR.replace(bankgothic, {
    selector: '.bankgothic-header-left',
    css: ['.sIFR-root { color: #ffffff; text-align: left; margin-right: 40px; font-size: 36px; }']
});
