var decima = { 
    src: '/files/0/decima.swf',
    ratios:[8, 1.43, 11, 1.38, 13, 1.33, 17, 1.32, 21, 1.3, 22, 1.29, 30, 1.28, 35, 1.27, 51, 1.26, 77, 1.25, 78, 1.24, 80, 1.25, 82, 1.24, 84, 1.25, 86, 1.24, 87, 1.25, 1.24]
};

sIFR.activate( decima);
//sIFR.debug.ratios({ src: 'flash/decima.swf', selector: 'h1' });

sIFR.replace(decima, {
    selector: 'h1',
    css: [
      '.sIFR-root { font-size:28px; color:#007799; text-align: left; font-weight:bold; letter-spacing:-2}',
      '.light{ color:#d6e4eb}'
    ]
    ,wmode:'transparent'
});
sIFR.replace(decima, {
    selector: 'h2',
    css: [
      '.sIFR-root { font-size:20px; color:#CCDDDD; text-align: left; font-weight:bold; letter-spacing:-2; line-height:16px;}',
      '.blue{ color:#3d5174}'
    ]
    ,wmode:'transparent'
});

sIFR.replace(decima, {
    selector: 'h3',
    css: [
      '.sIFR-root { font-size:16px; color:#3a4c6a; text-align: left; font-weight:bold; letter-spacing:-2; line-height:16px;}',
      '.gray{ color:#99AAAA}'
    ]
    ,wmode:'transparent'
});

/*
sIFR.replace(lindeRegular, {
    selector: 'span.active',
    css: [
      '.sIFR-root { color:#00a6d6; text-align:left; font-weight: normal; }'
      ,'a { color:#00a6d6!important; text-decoration: none; }'
      ,'a:link { color: #00a6d6; }'
      ,'a:hover { color: #00a6d6;}'  
    ]
    ,wmode:'transparent'
    ,forceSingleLine:true
});
sIFR.replace(lindeRegular, {
    selector: '.page-link',
    css: [
      '.sIFR-root { font-size:1.5em; color:#00a6d6; text-align:left; font-weight: normal; }'
      ,'a { color:#00a6d6!important; text-decoration: none; }'
      ,'a:link { color: #00a6d6; }'
      ,'a:hover { color: #3B73B8;}'  
    ]
    ,wmode:'transparent'
    ,forceSingleLine:true
});*/