﻿body {
}

.tbl {
    width: 100%;
}

    .tbl tr td {
        border: solid 1px black;
        padding: 5px;
        font-family: Calibri;
    }

.txt {
    width: 80%;
    margin-top: 10px;
}

.txtMulti {
    width: 95%;
    margin-top: 10px;
}

.divheader {
    width: 100%;
    height: 40px;
    padding: 15px;
    background-color: burlywood;
    font-size: x-large;
    margin-bottom: 20px;
    font-family: Calibri;
}

.divsubheader {
    width: 100%;
    height: 40px;
    padding: 15px;
    background-color: burlywood;
    font-family: Calibri;
    font-size: larger;
    margin-bottom: 20px;
}

.tblgriv th {
    padding-left: 20px;
    font-family: Calibri;
    font-size: large;
}

.tblgriv tr td {
    padding-left: 20px;
    font-family: Calibri;
    font-size: large;
}
.divfooter
{
    bottom:0px;
    margin-bottom:0px;
    position:fixed;
    font-family: Calibri;
    font-size: large;
    font-weight:bold;
    text-align:right;
    width:100%;
}
