// please use
// Cufon.set('fontFamily', 'font name');
// when using more than one font family


	Cufon.set('fontFamily', '176MKSD');
		Cufon.replace('h1, h3, .freereport p, .news p, .followus p');
		
		Cufon.replace('.rightinside h1', {
			color: '-linear-gradient(#eeeeee,#cccccc)'
		});
		
		Cufon.replace('p.start a', {
			hover: true,
			textShadow: '2px 2px #74940d'
		});
		
		Cufon.replace('.send p a', {
			hover: true,
		});
		
		Cufon.replace('.viewall p a', {
			hover: true,
		});
		
		Cufon.replace('.firstbutton p a', {
			hover: true,
			textShadow: '2px 2px #74940d'
		});
			
			Cufon.replace('.secondbutton p a', {
			hover: true,
			textShadow: '2px 2px #74940d'
		});
		
	Cufon.set('fontFamily', 'Eurostile LT Std');
		Cufon.replace('.rightinside h1 span');


