﻿body {
}
.Grid
{
    font-family: Arial;
    font-size: medium;
    color: #000000;
    text-align: left;
    vertical-align: top;
    width: 900px;
    display: table-column;
    table-layout: fixed;
    empty-cells: show;
    top: 1in;
    clip: rect(1in, auto, auto, auto);
}
.Grid1
{
    font-family: Arial;
    font-size: medium;
    color: #000000;
    text-align: left;
    vertical-align: top;
    width: 200px;
    display: table-column;
    table-layout: fixed;
    empty-cells: show;
    left: 0px;
}

.Grid2
{
    font-family: Arial Narrow;
    font-size: medium;
    color: #000000;
    text-align: left;
    vertical-align: top;
    width: 150px;
    display: table-column;
    table-layout: fixed;
    empty-cells: show;
    left: 0px;
}

.Grid3
{
    font-family: Arial Narrow;
    font-size: medium;
    color: #000000;
    text-align: left;
    vertical-align: top;
    width: 210px;
    display: table-column;
    table-layout: fixed;
    empty-cells: show;
    left: 0px;
}

.Grid4
{
    font-family:Arial Narrow;
    font-size: medium;
    color: #000000;
    text-align: left;
    vertical-align: top;
    width: 350px;
    display: table-column;
    table-layout: fixed;
    empty-cells: show;
    left: 0px;
}
