@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.svg#Roboto') format('svg'),
		 url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light.woff') format('woff'),
         url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-LightItalic.eot');
    src: url('fonts/Roboto-LightItalic.svg#RobotoItalic') format('svg'),
		 url('fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-LightItalic.woff') format('woff'),
         url('fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight:normal;
    font-style:italic;
}
@font-face {
    font-family: 'RobotoReg';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.svg#RobotoReg') format('svg'),
		 url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.svg#RobotoBold') format('svg'),
		url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Black.woff') format('woff'),
         url('fonts/Roboto-Black.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}