
var Century_gothic = { src: 'Flash/Century_gothic.swf' };

sIFR.activate(Century_gothic);

sIFR.replace(Century_gothic, {
    selector: 'h1',
    wmode: 'transparent',
    css: '.sIFR-root { color: #293e75; font-size:21px; }'
});

sIFR.replace(Century_gothic, {
    selector: 'h2',
    wmode: 'transparent',
    css: [
    '.sIFR-root { color: #293e75; font-size:18px; }'
    ,'a { color: #293e75; text-decoration: none; cursor:pointer; }'
    ,'a:link { color: #293e75; text-decoration: none ; }'
    ,'a:hover { color: #293e75; text-decoration: underline ; }'
    ,'a:focus { color: #293e75; text-decoration: underline ; }'    
  ]	
});

sIFR.replace(Century_gothic, {
    selector: 'h3',
    wmode: 'transparent',
    css: '.sIFR-root { color: #293e75; font-size:19px; }'
});

sIFR.replace(Century_gothic, {
    selector: 'h4',
    wmode: 'transparent',
    css: [
    '.sIFR-root { color: #404040; font-size:18px; }'
    ,'a { color: #404040; text-decoration: none; cursor:pointer; }'
    ,'a:link { color: #404040; text-decoration: none ; }'
    ,'a:hover { color: #404040; text-decoration: underline ; }'
    ,'a:focus { color: #404040; text-decoration: underline ; }'    
  ]
});

