	@font-face {
		font-family: 'Arial Regular';
		font-style: normal;
		font-weight: normal;
		src: local('Arial Regular'), url('fonts/ArialRegular.woff') format('woff');
	}
	@font-face {
		font-family: 'Arial Bold';
		font-style: normal;
		font-weight: normal;
		src: local('Arial Bold'), url('fonts/ArialBold.woff') format('woff');
	}
	@font-face {
		font-family: 'Arial Black';
		font-style: normal;
		font-weight: normal;
		src: local('Arial Black'), url('fonts/ArialBlack.woff') format('woff');
	}
	.Arial{ font-family: 'Arial Regular' !important;}
	.ArialBold{ font-family: 'Arial Bold' !important;}
	.ArialBlack{ font-family: 'Arial Black' !important;}


	@font-face {
		font-family: 'Futura Std Light';
		font-style: normal;
		font-weight: normal;
		src: local('Futura Std Light'), url('fonts/FuturaStdLight.woff') format('woff');
	}

	@font-face {
		font-family: 'Futura Std Medium';
		font-style: normal;
		font-weight: normal;
		src: local('Futura Std Medium'), url('fonts/FuturaStdMedium.woff') format('woff');
	}

	@font-face {
		font-family: 'Futura Std Bold';
		font-style: normal;
		font-weight: normal;
		src: local('Futura Std Bold'), url('fonts/FuturaStdBold.woff') format('woff');
	}
	.Futura{ font-family: 'Futura Std Light' !important;}
	.FuturaMedium{ font-family: 'Futura Std Medium' !important;}
	.FuturaBold{ font-family: 'Futura Std Bold' !important;}