
@font-face {
	font-family: 'Interstate-RegularRegular';
	src: url('INTERG.eot');
/*
	Removing local declarations to make Chrome Mac + Font Explorer work ...
	http://snook.ca/archives/html_and_css/font-face-in-chrome
*/
	src: local('Interstate-Regular'), local('Interstate-Regular'), url('INTERG.woff') format('woff'), url('INTERG.ttf') format('truetype');

/*	src: url('INTERG.woff') format('woff'), url('INTERG.ttf') format('truetype');*/
}


@font-face {
    font-family: 'InterstateBoldRegular';
    src: url('interstate_bold-webfont.eot');
    src: url('interstate_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('interstate_bold-webfont.woff') format('woff'),
         url('interstate_bold-webfont.ttf') format('truetype'),
         url('interstate_bold-webfont.svg#InterstateBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
