/*@font-face {
	 font-family: 'CenturyGothicBold';
	 src: url('fonts/GOTHICB.ttf');
	 src: url('fonts/GOTHICB.ttf?#iefix') format('embedded-truetype'),
	 url('fonts/GOTHICB.ttf') format('truetype');
	 font-weight: 700;
	 font-style: normal;
	 
}
@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Semibold.ttf'); 
	src: url('fonts/OpenSans-Semibold.ttf?#iefix') format('embedded-truetype'),
		 url('fonts/OpenSans-Semibold.ttf')  format('truetype');
	font-weight: 300;
	font-style: normal;
 	 
}
@font-face {
	 font-family: 'CenturyGothic';
	 src: url('fonts/GOTHIC.ttf');
	 src: url('fonts/GOTHIC.ttf?#iefix') format('embedded-truetype'),
	 url('fonts/GOTHIC.ttf') format('truetype');
	 font-weight: 300;
	 font-style: normal;
	 
}
@font-face {
	font-family: 'OpenSansRegular';
	src: url('fonts/OpenSans-Regular.ttf'); 
	src: url('fonts/OpenSans-Regular.ttf?#iefix') format('embedded-truetype'),
		 url('fonts/OpenSans-Regular.ttf')  format('truetype');
	font-weight: 300;
	font-style: normal;
 	 
}*/