﻿body 
{
    font-family:Verdana;
    font-size:10pt;
}
.grid
{
    font-family: Verdana;
    font-size: 9pt;
    color: #000000;
}
.grid .header
{
    background-color:#336699;
    color: #FFFFFF;
}
.grid .header a
{
    color: #FFFFFF;
    text-decoration: none;
}
.grid .header a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.grid .header a:hover
{
    text-decoration: underline;
}
.grid .alternateRow
{
    background-color:#ECECEC;
}
.grid .alternateRow:hover
{
    background-color:#99CCFF;
    border-color:#99CCFF;
}
.grid .row:hover
{
    background-color:#99CCFF;
    border-color:#99CCFF;
}
.blueRow
{
    background-color:#336699;
    color: #FFFFFF;
    font-weight:bold;
}
.pageTitle
{
    font-size:12pt;
    color:#336699;
    font-weight:bold;
}
.gridPrint
{
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
}
.gridPrint .header
{
    background-color:#336699;
    color: #FFFFFF;
}
.gridPrint .header a
{
    color: #FFFFFF;
    text-decoration: none;
}
.gridPrint .header a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.gridPrint .header a:hover
{
    text-decoration: underline;
}
.grid .alternateRow
{
    background-color:#ECECEC;
}
.gridPrint .alternateRow:hover
{
    background-color:#99CCFF;
    border-color:#99CCFF;
}
.gridPrint .row:hover
{
    background-color:#99CCFF;
    border-color:#99CCFF;
}

