﻿body
{
    margin: 0px;
    font-size: 12px;
}
td
{
    font-size: 12px;
}
th
{
    font-size: 12px;
}
a
{
    color: #000000;
    text-decoration: none;
}
a:link
{
    color: #000000;
    text-decoration: none;
}
a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}
a:active
{
    color: #000000;
    text-decoration: none;
}

.GVhead
{
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    height: 30px;
    background-image: url('../images/tablebg1.jpg');
}
.GValte
{
    background-color: #FDEDE1;
    height: 28px;
    color: #000000;
}
.GVrow
{
    background-color: #FFFFFF;
    height: 28px;
    color: #000000;
}
.GVonMouseOver
{
    background-color: #FDDBD2;
    height: 28px;
    color: #000000;
}
.myTable
{
    border: 1px solid #B71602;
    width: 100%;
}
.myDate
{
    background: #FFFFFF url(../images//datePicker.gif) no-repeat right;
}

