﻿body
{
    font-family: Arial;
    font-size: 8pt;
}
tbody
{
    font-family: Arial;
    font-size: 8pt;
}
td
{
    font-family: Arial;
    font-size: 8pt;
}
label
{
    font-family: Arial;
    font-size: 8pt;
}
option
{
    font-family: Arial;
    font-size: 8pt;
}
.warning
{
    font-family:Arial;
    font-size:8pt;
    color:#cc0033;
    font-style:italic;
}
.subheader
{
    font-family: Arial;
    font-size:8pt;
    background-color:#007AC2;
    color:white;
    left:132px;
    padding-left:2px;
}
.required
{
     background-color:Aqua;
}