.tx_caption1 {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #11A601;
    text-align: left;
    font-variant: small-caps;
}
.tx_caption_line {
    background-image: url("../../images/space_black.png");
    background-repeat: repeat-x;
    width: 300px;
    height: 1px;
    border: none;
}
.tx_text {
    font-family: sans-serif;
    font-size: 12px;
    color: black;
    text-align: justify;
}
.inputField {
    font-size: 11px;
    color: black;
    border: 1px solid #11A601;
}
.divMsg {
    font-size: 11px;
    font-weight: bold;
    color: #11A601;
    border: 1px solid silver;
    padding: 2px;
}
.tableList {
    font-size: 11px;
    color: black;
    border-collapse: collapse;
}
.tableList th {
    font-weight: bold;
    background-color: #97cd99;
    border: 1px solid #97cd99;
}
.tableList td {
    border: 1px solid #97cd99;
}
.tableDetail {
    font-size: 11px;
    color: black;
    border: none;
}
.tableDetail th {
    font-weight: bold;
    vertical-align: text-top;
}
.tableDetail td {
    
}
.contactTitle{
    font-weight: bold;
    color: #11A601;
    /* color: #97cd99; */
}
.contactText {
    color: black;
}