@font-face {
	font-family: 'GEMUSans';
	font-style: normal;
	font-weight: 300;	
	src: local(''),		 
		 url('GEMUSans-Regular.ttf') format('truetype');		 
}
@font-face {
	font-family: 'GEMUSans-Medium';
	font-style: normal;
	font-weight: 300;	
	src: local(''),		 
		 url('GEMUSans-Medium.ttf') format('truetype');		 
}
@font-face {
	font-family: 'GEMUSans-Bold';
	font-style: normal;
	font-weight: 300;	
	src: local(''),		 
		 url('GEMUSans-Bold.ttf') format('truetype');		 
}
@font-face {
	font-family: 'GEMUSans-SemiBold';
	font-style: normal;
	font-weight: 300;	
	src: local(''),		 
		/*url('GEMUSans-Regular.ttf') format('truetype');		 */
		 url('GEMUSans-SemiBold.ttf') format('truetype');
}