// please use
// Cufon.set('fontFamily', 'font name');
// when using more than one font family

// Avant Garde Book BT
	Cufon.set('fontFamily', 'AvantGarde LT Book');
  
	Cufon.replace(".AvantGarde",{
		fontWeight:'bold'
	});
	
	Cufon.replace("h1.AvantGarde",{
		fontWeight:'bold',
		fontSize:'26px'
	});
	
	Cufon.replace("h1.bh1",{
		fontWeight:'bold',
		color:'#ffffff',
		fontSize:'40px'
	});
	
	Cufon.replace("h1.ph1",{
		fontWeight:'bold',
		color:'#000000',
		fontSize:'26px'
	});
	
	
	
	Cufon.replace(".contents h2",{
		fontWeight:'normal',
		color:'#B93448'
	});
	
	Cufon.replace("h2.bh2",{
		fontWeight:'normal',
		color:'#c4c4c4',

		fontSize:'27px'
	});
	
	
	Cufon.replace("h2.ph2",{
		fontWeight:'bold',
		color:'#303c41',
		fontSize:'18px'
	});
	
	
	
	Cufon.replace(".AvantGarde .normal-font",{
		fontWeight:'normal'
	});
	
	Cufon.replace(".AvantGarde .small-font",{
		fontWeight:'normal',
		fontSize:'20px'
	});
	

	
	Cufon.replace('.banner-slider h3',{
		fontWeight:'normal',
		fontSize:'30px'
	});

	Cufon.replace(".banner-slider h6",{
		fontSize:'22px',
		fontWeight:'normal'
	});
