body {
  background-color: #fff;
  font-family: arial;
  font-size: 14px;
}
LABEL {
    font-weight:bold;
}
INPUT,SELECT {
    border-radius: 4px;
    border:1px solid #cccccc;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
}
.button {
    background-color: navy;
    color:#ffffff;
    padding: 5px 10px !important;
    border:1px solid navy !important;
}
.headerText {
    color: gray;
}
.footerText {
    font-size: 13px;
}