var futura = { src: '/flash/futura.swf' };

sIFR.activate(futura);

sIFR.replace(futura, {
    selector: '#internalheader h1'
      , css: [
                '.sIFR-root { color: #012b5d; text-transform: uppercase; }'
            ]
	, wmode: 'transparent'
	, antiAliasType: 'advanced'
	, selectable: false
});

sIFR.replace(futura, {
    selector: '.calloutbox h2'
      , css: [
                '.sIFR-root { color: #ffffff; font-weight: normal; text-transform: uppercase; }'
                , 'a { text-decoration: none; }'
                , 'a:link { color: #ffffff; }'
                , 'a:hover { color: #666666; }'
            ]
	, wmode: 'transparent'
	, antiAliasType: 'advanced'
	, selectable: false
});

