﻿  html, body
        {
            height: 100%;
            width: 100%;
            margin: 0;
            font-size: 12pt;
        }
        table
        {
            border-collapse: collapse;
            width: 500px;
        }
        table td
        {
            border: 0px;
            vertical-align: bottom;
        }
        table td.left
        {
            text-align: left;
            vertical-align: top;
        }
        table td.right
        {
            text-align: right;
            vertical-align: top;
        }
        .width99
        {
            width: 99%;
        }
        .container_div
        {
            top: 40px;
        }
        .align_right
        {
            text-align: right;
        }
        .align_left
        {
            text-align: left;
            color: Red;
        }
        .tdCenter
        {
            text-align: left;
        }
        .formTable td
        {
            height: 40px;
            vertical-align: top;
        }
        fieldset
        {
            display: inline;
            width: 800px;
            padding: 20px;
        }
        legend
        {
            color: DarkOrange;
            font-size: 14pt;
        }
        a:hover
        {
            text-decoration: underline;
            color: blue;
        }
        a:link
        {
            text-decoration: none;
            color: Blue;
        }
        a:visited
        {
            text-decoration: none;
            color: Blue;
        }
        .style1
        {
            height: 36px;
        }