Cufon.replace(
	'h1', {
		fontFamily: 'FedraSans',
		hover: true,
		textShadow: '2px 2px #FFF'
	}
);
Cufon.replace(
	'h2', {
		fontFamily: 'FedraSans Italic Bold',
		hover: true,
		textShadow: '2px 2px #FFF'
	}
);
Cufon.replace(
	'h3', {
		fontFamily: 'FedraSans',
		hover: true
	}
);
Cufon.replace(
	'h5', {
		fontFamily: 'FedraSans Italic Bold',
		hover: true
	}
);
