	@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;}
