﻿body 
{
    font-family:Arial;
    font-size:10pt;
    color:#696969;
}

.navlink
{
     font-family:Arial;
    font-size:12pt;
    color:#696969;
}

.bodylink
{
    font-family:Arial;
    font-size:10pt;
    color:#696969;
}

.bodylinkBold
{
    font-family:Arial;
    font-size:10pt;
    color:#696969;
font-weight:bold;
}

.bodybackground
{
    background:#ffffff;
}

.headercellbackground
{
    background:#737373;

}

.footercellbackground
{
    background:#ffffff;
}

.navcellbackground
{
    background:#D3E1C5;
    
}

.bodycellbackground
{
    background:#ffffff;

}

.celloutline
{
    background:#ffffff;
}

.gridview
{
    background-color:#CEDAEB;
}

.gridviewheader
{
    background:#cccccc;
    font-weight:bold;
}

.gridviewrow
{
    background:white;
}

.gridviewalternaterow
{
    background:#CEDAEB;
}