
var futura_book = 
	{   
	src: 'js/futura_book.swf'
	};

var futura_demibold = 
	{   
	src: 'js/futura_demibold.swf'
	};


sIFR.activate(futura_book);
sIFR.activate(futura_demibold);


sIFR.replace (futura_book, 
	{
    selector: 'h1',
	wmode: 'transparent',
    css: [ '.sIFR-root { color: #0095B3; leading: -8; }', 
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #c5e3ec; }' ]
	}
);

sIFR.replace (futura_demibold, 
	{
    selector: 'h2',
	wmode: 'transparent',
    css: [ '.sIFR-root { color: #0095B3; text-align: right;  }', 
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #c5e3ec; }' ]
	}
);

sIFR.replace (futura_book, 
	{
    selector: 'h3',
	wmode: 'transparent',
    css: [ '.sIFR-root { color: #0095B3; }', 
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #c5e3ec; }' ]
	}
);