@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'MyWebFont';
	src: url('../fonts/t3.eot'); /* IE9 Compat Modes */
	src: url('../fonts/t3.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/t3.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/t3.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/t3.svg#svgFontName') format('svg'); /* Legacy iOS */
		 font-weight:normal;
	}
	
@font-face {
    font-family: 'gotham-bookgotham-book';
    src: url('../fonts/gothmbok-webfont.eot');
    src: url('../fonts/gothmbok-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothmbok-webfont.woff') format('woff'),
         url('../fonts/gothmbok-webfont.ttf') format('truetype'),
         url('../fonts/gothmbok-webfont.svg#gotham-bookgotham-book') format('svg');
    font-weight: 100;
    font-style: 100;

}
	
@font-face {
    font-family: 'gotham-ultragotham-ultra';
    src: url('../fonts/gothmult-webfont.eot');
    src: url('../fonts/gothmult-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothmult-webfont.woff') format('woff'),
         url('../fonts/gothmult-webfont.ttf') format('truetype'),
         url('../fonts/gothmult-webfont.svg#gotham-ultragotham-ultra') format('svg');
    font-weight: normal;
    font-style: normal;

}
