
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src:  url("../fonts/roboto/Roboto-Thin-webfont.woff") format("woff"), 
        url("../fonts/roboto/Roboto-Thin-webfont.svg#robotothin") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/Roboto-Light-webfont.woff") format("woff"), 
       url("../fonts/roboto/Roboto-Light-webfont.svg#robotolight") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), 
       url("../fonts/roboto/Roboto-Regular-webfont.svg#robotoregular") format("svg");
}


@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), 
       url("../fonts/roboto/Roboto-Bold-webfont.svg#robotobold") format("svg");
}


body {
  background: #fff;
  font-family: Roboto;
  font-style: normal;
  font-weight:400;
  font-size: 11px;
}

b{font-family: Roboto; font-weight:500;}

tbody tr td{  padding: 2px 0px 2px 10px; }

