/*font imports*/
@font-face {
	font-family: 'GillSans';
	src: url('/fonts/GillSansStd.eot'); /* IE9 Compat Modes */
	src: url('/fonts/GillSansStd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/fonts/GillSansStd.woff') format('woff'), /* Modern Browsers */
	     url('/fonts/GillSansStd.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/fonts/GillSansStd.svg#svgFontName') format('svg'); /* Legacy iOS */	
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GillSans';
	src: url('/fonts/GillSansStd-Bold.eot'); /* IE9 Compat Modes */
	src: url('/fonts/GillSansStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/fonts/GillSansStd-Bold.woff') format('woff'), /* Modern Browsers */
	     url('/fonts/GillSansStd-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/fonts/GillSansStd-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */	
	font-weight: bold;
	font-style: normal;
}
/*converted otf files via http://onlinefontconverter.com/myfonts.php*/
