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

sIFR.replace(geoSans703, {
    selector: '.sifr-title' ,
	offsetTop: '5',
	
	css: [
	      '.sIFR-root {  text-align: center; color: #c1b49a; leading: -6; letter-spacing: -1.5; }'  ,
	      'em { font-style: normal; color: #fdb924; }'
	],

	wmode: 'transparent'
  
});

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

	wmode: 'transparent'
  
});