.theader {
    color: #FFCC99;
    background-color: grey;
    font-family: sans-serif;
    font-weight: bold;
    font-size: large;
    font-style: italic;
    text-align: left;
    padding: 5px;
}
.tablestyle {
    font-family: sans-serif;
    font-size: small;
    padding-left: 10pt;
    border-width: thin;
    margin-bottom: 10pt;
}
.tfootstyle {
    font-size: x-small;
    border-width: thin;
    border-style: dotted;    
    text-align: left;
}

.writing { font-family: sans-serif; font-size: small; }


