$j.Avaya.Page.AboutAvaya = {
		init: function(){
			$j.Avaya.SifrConfig.masterReplace($j.Avaya.SifrConfig.gothamLight,{
				   selector: '#about .rightCol h3',
				   css: {
						'.sIFR-root': { 
							'color': '#404040', 
							'font-size': 18,
							'letter-spacing': -1
						}
				   },
				   selectable: false
			});	
			
			$j.Avaya.SifrConfig.masterReplace($j.Avaya.SifrConfig.gothamLight,{
				   selector: '#about h2',
				   css: {
						'.sIFR-root': { 
							'color': '#ffffff', 
							'font-size': 24,
							'letter-spacing': -1
						}
				   },
				   selectable: false
			});	
		}
}

$j.Avaya.Page.AboutAvaya.init();
