/* EMBEDDED FONTS | currently only supported by webkit */
	/* 'font-family' can be any name you want. Then refer to it in ohter declarations */

	/* COPY FONTS */   
	@font-face{ 
		font-family:"copy-normal"; 
		src:url(/global/styles/fonts/HelveticaNeue/HelveticaNeueLight.ttf) format("truetype");
	} 
	@font-face{
		font-family:"copy-italic"; 
		src:url(/global/styles/fonts/HelveticaNeue/HelveticaNeueLightItalic.ttf) format("truetype");
	} 
	@font-face{
		font-family:"copy-strong";
		src:url(/global/styles/fonts/HelveticaNeue/HelveticaNeue.ttf) format("truetype");
	} 
	/* Headings (for testing only)
	@font-face{ 
		font-family:"headings"; 
		src:url(/global/styles/fonts/CenturyGothicStd/CenturyGothicStd.otf) format("opentype");
	} 
	*/
	


