/* @font-face {
font-family: Avant-Book; 
src: url('fonts/avantgarde_stdbk.eot');
src: local(':'), url('fonts/avantgarde_stdbk.woff') format('woff'), url('fonts/avantgarde_stdbk.ttf') format('truetype'), url('fonts/avantgarde_stdbk.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: Avant-Bold; 
src: url('fonts/avantgarde_stdbold.eot');
src: local(':'), url('fonts/avantgarde_stdbold.woff') format('woff'), url('fonts/avantgarde_stdbold.ttf') format('truetype'), url('fonts/avantgarde_stdbold.svg') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: Avant-Demi; 
src: url('fonts/avantgarde_stddemi.eot');
src: local(':'), url('fonts/avantgarde_stddemi.woff') format('woff'), url('fonts/avantgarde_stddemi.ttf') format('truetype'), url('fonts/avantgarde_stddemi.svg') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: Avant-Medium; 
src: url('fonts/avantgarde_stdmd.eot');
src: local(':'), url('fonts/avantgarde_stdmd.woff') format('woff'), url('fonts/avantgarde_stdmd.ttf') format('truetype'), url('fonts/avantgarde_stdmd.svg') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: Avant-Light; 
src: url('fonts/ITCAvantGardeStd-XLt.eot');
src: local(':'), url('fonts/ITCAvantGardeStd-XLt.woff') format('woff'), url('fonts/ITCAvantGardeStd-XLt.ttf') format('truetype'), url('fonts/ITCAvantGardeStd-XLt.svg') format('svg');
font-weight: bold;
font-style: normal;
} */



@font-face { 
	font-family: Avant-Book; 
	src: url('fonts/avantgarde_stdbk.otf'); 
} 
@font-face { 
	font-family: Avant-Bold; 
	font-weight: bold;
	src: url('fonts/avantgarde_stdbold.otf'); 
}
@font-face { 
	font-family: Avant-Demi; 
	font-weight: bold;
	src: url('fonts/avantgarde_stddemi.otf'); 
}
@font-face { 
	font-family: Avant-Medium; 
	font-weight: bold;
	src: url('fonts/avantgarde_stdmd.otf'); 
}

@font-face { 
	font-family: Avant-Light; 
	font-weight: bold;
	src: url('fonts/ITCAvantGardeStd-XLt.otf'); 
}