

.table {
    background-color : #ffffff;
    border-bottom-style : outset;
    border-bottom-width : 1px;
    border-left-style : outset;
    border-left-width : 1px;
    border-right-style : outset;
    border-right-width : 1px;
    border-top-style : outset;
    border-top-width : 1px;
    font-family : Helvetica;
    font-size : 12px;
    text-align : center;
    vertical-align : middle;
    width : 90%;
  }


.border {
    border-bottom-color : #C4D7F7;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
    border-right-color : #C4D7F7;
    border-right-style : dotted;
    border-right-width : 1px;
  }


input {
    background-color : #0e31cb;
    color : #ffffff;
    font-size : 12px;
  }


select {
    background-color : #062bff;
    border-bottom-color : #7da2ff;
    border-left-color : #7da2ff;
    border-right-color : #7da2ff;
    border-top-color : #7da2ff;
    border-top-style : hidden;
    border-top-width : 0px;
    color : #ffffff;
    outline-color : #75a8ff;
    outline-style : dotted;
    outline-width : 1px;
  }


submit {
    border-bottom-color : #1500ff;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
    border-left-color : #1500ff;
    border-left-style : dotted;
    border-left-width : 1px;
    border-right-color : #1500ff;
    border-right-style : dotted;
    border-right-width : 1px;
    border-top-color : #1500ff;
    border-top-style : dotted;
    border-top-width : 1px;
  }


.titlefont {
    font-family : Helvetica;
    font-size : 9px;
    font-style : normal;
  }

