@charset "utf-8";
/* CSS Document */
/* ie=garbage is to fix a bug with the Rewriter library we are using. For some reason
   the ".eot?" request that IE 8 does causes an infinite rewrite loop & 500 error on 
   the server. As long as it is more than just "?" at the end (# doesn't get to the 
    server) it works. */

@font-face {
	font-family:'RageItalicStdRegular';
  src: url('../fonts/rageitalicstd-webfont.eot');
  src: url('../fonts/rageitalicstd-webfont.eot?ie=garbage#iefix') format('embedded-opentype'),
       url('../fonts/rageitalicstd-webfont.woff') format('woff'),
       url('../fonts/rageitalicstd-webfont.ttf') format('truetype'),
       url('../fonts/rageitalicstd-webfont.svg#rage_italic_stdregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'ZurichLtCnBTLight';
  src: url('../fonts/tt0296m-webfont.eot');
  src: url('../fonts/tt0296m-webfont.eot?ie=garbage#iefix') format('embedded-opentype'),
       url('../fonts/tt0296m-webfont.woff') format('woff'),
       url('../fonts/tt0296m-webfont.ttf') format('truetype'),
       url('../fonts/tt0296m-webfont.svg#zurich_ltcn_btlight') format('svg');
  font-weight: normal;
  font-style: normal;
}