/* Helvetica */
@font-face {
	font-family: 'Helvetica';
	src: url('HelveticaNeue.eot?#iefix') format('embedded-opentype'),
		 url('HelveticaNeue.woff') format('woff'), 
		 url('HelveticaNeue.ttf')  format('truetype'),
		 url('HelveticaNeue.svg#HelveticaNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* HelveticaBold */
@font-face {
	font-family: 'Helvetica_Bold';
	src: url('HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
		 url('HelveticaNeue-Bold.woff') format('woff'), 
		 url('HelveticaNeue-Bold.ttf')  format('truetype'), 
		 url('HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}