/*Fonts*/
    @font-face {
	    font-family: 'Miso-Bold';
	    src: url('../fonts/miso-bold.eot');
	    src: url('../fonts/miso-bold.eot?#iefix') format('embedded-opentype'),
	         url('../fonts/miso-bold.woff') format('woff'),
	         url('../fonts/miso-bold.ttf') format('truetype'),
	         url('../fonts/miso-bold.svg#miso-bold') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
    @font-face {
	    font-family: 'Miso-Light';
	    src: url('../fonts/miso-light.eot');
	    src: url('../fonts/miso-light.eot?#iefix') format('embedded-opentype'),
	         url('../fonts/miso-light.woff') format('woff'),
	         url('../fonts/miso-light.ttf') format('truetype'),
	         url('../fonts/miso-light.svg#miso-light') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'Miso-Regular';
	    src: url('../fonts/miso-regular.eot');
	    src: url('../fonts/miso-regular.eot?#iefix') format('embedded-opentype'),
	         url('../fonts/miso-regular.woff') format('woff'),
	         url('../fonts/miso-regular.ttf') format('truetype'),
	         url('../fonts/miso-regular.svg#miso-regular') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'LetterGothicStd';
	    src: url('../fonts/LetterGothicStd.eot');
	    src: url('../fonts/LetterGothicStd.eot?#iefix') format('embedded-opentype'),
	         url('../fonts/LetterGothicStd.woff') format('woff'),
	         url('../fonts/LetterGothicStd.ttf') format('truetype'),
	         url('../fonts/LetterGothicStd.svg#LetterGothicStd') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
/*Fonts*/