// bold font
Cufon.replace([

	'h1','h2','h3','h4',
	'#Header .header_contact',
	'#navHeader .top-link',
	'.newtofreechapel',
	'.column_title',
	'.ministry a',
	'.ministry-item h3',
	'.ministry-item a b',
	'.calltoactions a',
	'.leader',
	'#mainNav a',
	'#EventMonth'
	
], { fontFamily: 'TradeGothicBold', hover: true });

// medium font
Cufon.replace([

	'#NewsDetails h1'

], { fontFamily: 'TradeGothicMedium', hover: true });

// light font
Cufon.replace([

	'.small_event .event_date',
	'.large_event_date b'

], { fontFamily: 'TradeGothicLight', hover: true });

