@font-face {
	font-family:'gotham';
	src: url('fonts/gotham/light/gotham-light-webfont.eot');
	src: url('fonts/gotham/light/gotham-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/gotham/light/gotham-light-webfont.woff') format('woff'),
	url('fonts/gotham/light/gotham-light-webfont.otf') format('opentype'),
	url('fonts/gotham/light/gotham-light-webfont.svg') format('svg');
	font-weight:300;
	font-style: normal;
}

@font-face {
	font-family:'gotham';
	src: url('fonts/gotham/book/gotham-book-webfont.eot');
	src: url('fonts/gotham/book/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/gotham/book/gotham-book-webfont.woff') format('woff'),
	url('fonts/gotham/book/gotham-book-webfont.otf') format('opentype'),
	url('fonts/gotham/book/gotham-book-webfont.ttf') format('truetype'),
	url('fonts/gotham/book/gotham-book-webfont.svg') format('svg');
	font-weight:400;
	font-style: normal;
}


@font-face {
	font-family:'gotham';
	src: url('fonts/gotham/medium/gotham-medium-webfont.eot');
	src: url('fonts/gotham/medium/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/gotham/medium/gotham-medium-webfont.woff') format('woff'),
	url('fonts/gotham/medium/gotham-medium-webfont.otf') format('opentype'),
	url('fonts/gotham/medium/gotham-medium-webfont.ttf') format('truetype'),
	url('fonts/gotham/medium/gotham-medium-webfont.svg') format('svg');
	font-weight:500;
	font-style: normal;
}

@font-face {
	font-family:'gotham';
	src: url('fonts/gotham/bold/gotham-bold-webfont.eot');
	src: url('fonts/gotham/bold/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/gotham/bold/gotham-bold-webfont.woff') format('woff'),
	url('fonts/gotham/bold/gotham-bold-webfont.otf') format('opentype'),
	url('fonts/gotham/bold/gotham-bold-webfont.svg') format('svg');
	font-weight:600;
	font-style: normal;
}

@font-face {
	font-family:'gotham';
	src: url('fonts/gotham/black/gotham-black-webfont.eot');
	src: url('fonts/gotham/black/gotham-black-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  	url('fonts/gotham/black/gotham-black-webfont.woff') format('woff'),
	url('fonts/gotham/black/gotham-black-webfont.otf') format('opentype'),
	url('fonts/gotham/black/gotham-black-webfont.svg') format('svg');
	font-weight:700;
	font-style: normal;
}
.f1{font-family:'gotham',Arial, Helvetica, sans-serif; font-weight:300; font-size:30px;}
.f2{font-family:'gotham',Arial, Helvetica, sans-serif; font-weight:400;  }
.f3{font-family:'gotham',Arial, Helvetica, sans-serif; font-weight:500;}
.f4{font-family:'gotham',Arial, Helvetica, sans-serif; font-weight:600;}
.f5{font-family:'gotham',Arial, Helvetica, sans-serif; font-weight:600;  font-style:italic}
.f6{font-family:'gotham',Arial, Helvetica, sans-serif; font-weight:700;}

