@font-face {

	font-family: 'Helvetica';

	src: url('helvetica.eot');

	src: url('helvetica.eot?#iefix') format('embedded-opentype'),

			 url('helvetica.woff') format('woff'),

			 url('helvetica.ttf') format('truetype'),

			 url('helvetica.svg#helvetica') format('svg');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'HelveticaBold';

	src: url('helveticabold.eot');

	src: url('helveticabold.eot?#iefix') format('embedded-opentype'),

			 url('helveticabold.woff') format('woff'),

			 url('helveticabold.ttf') format('truetype'),

			 url('helveticabold.svg#helveticabold') format('svg');

	font-weight: normal;

	font-style: normal;

}

@font-face {
						font-family: 'Helvetica-Light';
						src: url('helveticalight.eot');
						src: url('helveticalight.eot?#iefix') format('embedded-opentype'),
								 url('helveticalight.woff') format('woff'),
								 url('helveticalight.ttf') format('truetype'),
								 url('helveticalight.svg#helveticalight') format('svg');
						font-weight: normal;
						font-style: normal;
				}