#stdTemplate table {
    font-size: 100%;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    width: 100%;
    display: table;
    border-collapse: separate;
    border-color: gray !important;
    font-size: 12.8px;
}
#stdTemplate tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
#stdTemplate thead {

}
#stdTemplate th {
    display: table-cell;
    font-weight: bold;
    vertical-align: top;
    border-spacing: 2px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-color: gray !important;
    padding: 5px 5px 5px 5px;
}
#stdTemplate td {
    display: table-cell;
    vertical-align: top;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-color: gray !important;
    padding: 5px 5px 5px 5px;
}
#stdTemplate tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
#stdTemplate ul {
    list-style: disc;
    margin-left: 20px;
}
#stdTemplate ul li {
    margin-bottom: 15px;
}
/* Decorative Boxes */
#stdTemplate .hi-lite {
    border:1px solid #903;
    padding:5px;
    margin:5px 5px 15px 5px;
    line-height:130%;
}
/* Decorative Boxes */
#stdTemplate h3.hi-litehead {
    display: inline;
    position: relative;
    top: -14px;
    background-color: #fff;
    padding: 0 4px;
    margin: 5px;
    font-weight: bold;
    text-align: center;
    color: #903;
    font-size: 130%;
    line-height: 110%;
}