﻿body 
{
    /* background-image: url(/images/watermark.jpg);
    background-repeat: no-repeat; */
    background-color: White;
    font-family: Arial;
    color: Black;
    margin: 0px 0px 0px 0px;
}

.watermark
{
    background-image: url(/images/watermark.jpg);
    background-repeat: no-repeat; 
}

td, td.alignL, td.alignC, td.alignR
{
    vertical-align: top;
}

td.alignL
{
    text-align: left;
}

td.alignC
{
    text-align: center;
}

td.alignR
{
    text-align: right;
}

.formHeader
{
    color: #003399;
    font-variant: normal;
    font-style: normal; 
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    font-size: 18px;
    margin: 5px 0px 20px 0px;
}
    
    