/*
$(document).ready(function(){
	
	Cufon.replace('h1', {fontSize:'40px', fontFamily: 'Bell Gothic Std', color: '#536497', textShadow: '0 1px rgba(0, 0, 0, 0.7)' });
	Cufon.replace('h2', {fontSize:'20px', fontFamily: 'Bell Gothic Std'});
	Cufon.replace('h3', {fontSize:'18px', fontFamily: 'Bell Gothic Std', color: '#060606'});
	Cufon.replace('h4', {fontSize:'14px', fontFamily: 'Bell Gothic Std', color: '#060606'});
	Cufon.replace('h5', {fontSize:'12px', fontFamily: 'Bell Gothic Std', color: '#536497'});
});*/

