
var futura = {  
  src: 'fonts/futuran.swf'  
};  
  
sIFR.activate(futura);  
  

sIFR.replace(futura, {
    selector: '.sifr-text' ,
	offsetTop: '5',
	
	css: [
	      '.sIFR-root {  text-align: right; color: #666666; leading: -2; letter-spacing: 0.5; }'  ,
		  '.sIFR-root a { color: #666666; }',
		  '.sIFR-root a:hover { color: #666666; }',
	      'em { font-style: normal; color: #666666; }'
	],

	wmode: 'transparent'
  
});

sIFR.replace(futura, {
    selector: '.sifr-link' ,
	offsetTop: '5',
	
	css: [
	      '.sIFR-root {  text-align: right; color: #666666; leading: -2; letter-spacing: 1; }'  ,
		  '.sIFR-root a { color: #666666; text-decoration: none; }',
		  '.sIFR-root a:hover { color: #666666; text-decoration: none; }',
	      'em { font-style: normal; color: #666666; }'
	],

	wmode: 'transparent'
  
});

sIFR.replace(futura, {
    selector: '.sifr-subtitle' ,
	offsetTop: '5',
	
	css: [
	      '.sIFR-root {  color: #FFFFFF; leading: -6; letter-spacing: 1; }'  ,
	      'em { font-style: normal; color: #fdb924; }'
	],

	wmode: 'transparent'
  
});
