/*
 * CourierNew
 *
 */
@font-face {
	font-family: 'CourierNew';
	src: url('courier_new_bold.eot');
	src: url('courier_new_bold.eot#iefix') format('embedded-opentype'),
		url('courier_new_bold.woff') format('woff'),
		url('courier_new_bold.ttf') format('truetype'),
		url('courier_new_bold.svg#courier_new_bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'CourierNew';
	src: url('courier_new.eot');
	src: url('courier_new.eot#iefix') format('embedded-opentype'),
		url('courier_new.woff') format('woff'),
		url('courier_new.ttf') format('truetype'),
		url('courier_new.svg#courier_new') format('svg');
	font-weight: normal;
	font-style: normal;
}