body, td, div, p, span {
  font-family:arial;
}

.bg003366 {
  background:#003366;
}

.reportHeader {
  color:#fff;
  font-size:23px;
  padding:15px; 
}

.reportHeaderStats {
  color:#816666;
  padding:0px;
  margin:0px;
  width:100%;
  border:0px;
  margin:5px 0px;
  height:30px;
}

.reportHeaderStats td {
  text-align:center;
  border-right:1px solid #ccc;
  white-space:nowrap;
  font-size:12px;
  background:#fff;

}

.whiteColFiller {
  background:#fff;
  height:90%
}

.reportSubHeader {
  font-size:23px;
  vertical-align:text-middle; 
  color:#fff;
  padding:10px 10px;
  padding-top:5px;
}

.questionReportTable{
  width:100%;
  font-size:12px;
}

.questionReportGrayFont {
  color:#999999;
}

.cccBorder {
  border:1px solid #ccc;
}

.roundBottomLeft {
  -moz-border-radius-bottomleft:5px;
  border-bottom-left-radius:5px;
}

.roundBottomRight {
  -moz-border-radius-bottomright:5px;
  border-bottom-right-radius:5px;
}

.roundTopLeft {
  -moz-border-radius-topleft:5px;
  border-top-left-radius:5px;
}

.roundTopRight {
  -moz-border-radius-topright:5px;
  border-top-right-radius:5px;
}

.roundTopCorners {
  -moz-border-radius-topleft:5px;
  border-top-left-radius:5px;
  -moz-border-radius-topright:5px;
  border-top-right-radius:5px;
}

.roundBottomCorners {
  -moz-border-radius-bottomleft:5px;
  border-bottom-left-radius:5px;
  -moz-border-radius-bottomright:5px;
  border-bottom-right-radius:5px;
}


.allRoundCorners {
  -moz-border-radius:5px;
  border-radius:5px;
}

.textColorfff {
  color:#fff;
}

.defaultPadding {
  padding:5px;
}

.defaultMargin {
  padding:10px;
}


