﻿body {
    font-family: Arial;
    font-size: 10pt;
    margin-left: 3px;
}

table {
    width: 700px;
}

.Header {
    font-family: Arial;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.SubHeader {
    font-weight: bold;
}

.Note {
    font-size: 8pt;
    padding: 10px;
}

td {
    padding: 2px;
}


.MainTable {
    border: none;
    width: 700px;
    padding: 0px;
}

.Value {
    text-align: right;
}

.helptext {
    font-family: Arial;
    font-size: 8pt;
}

.helptextbold {
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}

@media print
{
     * {-webkit-print-color-adjust:exact;}
   
}

@page {
    size:A4;
    margin:1px 1px 1px 1px;
    }

.vertical{
    border-right: 1px solid black; 
    height: 10px; 
    font-weight: bold;
}
.verticalnonbold{
    border-right: 1px solid black; 
    height: 10px; 
}
.gridstyle{
    text-align:right; 
    background-color:#0075b3;
    border-top:thin; 
    border-left:thin; 
    border-right:thin; 
    border-bottom:thin;
    border-style:solid;
    border-color:#0075b3; 
    padding:0px;
    table-layout:fixed;
    /*width:400px*/
}