		var calibri = {
			src: 'calibri.swf'
		};
		
	    var gothic725blk = {
			src: 'gothic725blk.swf'
		};
		
		var gothic721 = {
			src: 'gothic721.swf'
		};
			
		var franklingothicdemi = {
			src: 'franklingothicdemi.swf'
		};
		
		var franklingothicbook = {
			src: 'franklingothicbook.swf'
		};
			
		sIFR.activate(calibri, gothic725blk, gothic721, franklingothicdemi, franklingothicbook);
		
	
	sIFR.replace(franklingothicbook, { 
	selector: '.heading' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#0132cc', 'font-size':'14px', 'line-height':'14px'}
	}
    });
	
    sIFR.replace(gothic725blk, { 
	selector: 'h1' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#cb0000', 'font-size':'18px', 'line-height':'18px'}
	}
    }); 
	
		
	/*sIFR.replace(gothic725blk, { 
	selector: 'h2' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#cb0000', 'font-size':'17px', 'line-height':'17px'}
	}
    });*/
	
	sIFR.replace(gothic725blk, { 
	selector: 'h3' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#0f2657', 'font-size':'16px', 'line-height':'16px'}
	}
    });
	
	sIFR.replace(gothic725blk, { 
	selector: 'h4' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#cb0000', 'font-size':'15px', 'line-height':'15px'}
	}
    });
	
	sIFR.replace(gothic725blk, { 
	selector: '.phone' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#cb0000', 'font-size':'18px', 'line-height':'18px'}
	}
    });
	
	sIFR.replace(gothic725blk, { 
	selector: '.quote' , wmode: 'transparent'
	,css:{
		'.sIFR-root': {'color':'#0132cc', 'font-size':'18px', 'line-height':'18px'}
	}
    });
	
	
