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

body {
		background-color:#fff;
		color:#333;
		font-size:14px;
	    font-weight:400;
		line-height: 140%;
		text-align:center; /* horizontal centering for IE Win quirks */
     }

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
