﻿body 
{
    margin: 0px;
    font-family: Arial, Verdana, Sans-Serif;
}

h2
{
    font-size: 18px;
}

.detailTable
{
    font-size: 12px;
    width: 100%;
    
}

.titleCell
{
    text-align: right;
}

.textCell
{
    border: 1px #999999 Dotted;
    background-color: #efefef;
}

.gridRow
{
    background-color: #efefef;
     font-size: 10px;
}

.gridRow2
{
    background-color: #dfdfdf;
    font-size: 10px;
}

.gridHeader
{
    color: white;
    background-color: #666666;
    font-size: 11px;
}

.grids
{
    width: 100%;
}
