@charset "utf-8";
/* CSS Document */
@font-face { 
	font-family: 'RobotoRegular'; 
	src: url('roboto-regular-webfont.eot'); /* oudere IE */
	src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), /* oudere IE */
		 url('roboto-regular-webfont.woff') format('woff'), /* FF, IE9+, CHR */
		 url('roboto-regular-webfont.ttf') format('truetype'), /* oudere FF, Opera, SAF, oudere CHR */
		 url('roboto-regular-webfont.svg#webfont') format('svg'); /* iPad and iPhone(?) */
}

