
var futura = { src: 'Flash/timeless.swf' };
var calibri = { src: 'Flash/calibri.swf' };

sIFR.activate(futura);
sIFR.activate(calibri);

sIFR.replace(futura, {
    selector: 'h1',
    wmode: 'transparent',
    css: '.sIFR-root { color: #292C61; font-size:24px; font-weight:bold; }'
});

sIFR.replace(futura, {
    selector: 'h2',
    wmode: 'transparent',
    css: [
	'.sIFR-root { color: #292C61; font-size:18px; font-weight:bold; }'
    ,'a { color: #2a2d62; text-decoration: none; cursor:pointer; }'
    ,'a:link { color: #2a2d62; text-decoration: none ; }'
    ,'a:hover { color: #2a2d62; text-decoration: underline ; }'
    ,'a:focus { color: #2a2d62; text-decoration: underline ; }'    
  ]

});

sIFR.replace(calibri, {
    selector: 'h4',
    wmode: 'transparent',
    css: [
    '.sIFR-root { color: #676666; font-size:14px; text-align:center; }'
    ,'a { color: #676666; text-decoration: none; cursor:pointer; }'
    ,'a:link { color: #676666; text-decoration: none ; }'
    ,'a:hover { color: #676666; text-decoration: underline ; }'
    ,'a:focus { color: #676666; text-decoration: underline ; }'    
  ]
});


sIFR.replace(futura, {
    selector: 'h6',
    wmode: 'transparent',
    css: '.sIFR-root { color: #007092; font-size:20px; }'
});

sIFR.replace(futura, {
    selector: 'h7',
    wmode: 'transparent',
    css: [
    '.sIFR-root { color: #404040; font-size:12px; }'
    ,'a { color: #404040; text-decoration: none; }'
    ,'a:link { color: #404040; text-decoration: none ; }'
    ,'a:hover { color: #404040; text-decoration: underline ; }'
    ,'a:focus { color: #404040; text-decoration: underline ; }'    
  ]
});