var futura = {
   src: 'portalframework/flash/futurabold.swf'
};

sIFR.activate(futura);

sIFR.replace(futura, { 
selector: 'h1',
css: [ 
'.sIFR-root { text-align: left; font-weight: normal; color:#002452; text-transform:uppercase; }' ,
'a { text-decoration: none }' ,
'a:link { color: #002452 }' ,
'a:hover { color: #E31824 }' ] , 
wmode: 'transparent'
});

sIFR.replace(futura, { 
selector: 'h2',
css: [ 
'.sIFR-root { text-align: left; font-weight: normal; color:#002452; text-transform:uppercase; }' ,
'a { text-decoration: none }' ,
'a:link { color: #002452 }' ,
'a:hover { color: #E31824 }' ] , 
wmode: 'transparent'
});