﻿body 
{
    margin: 0px;
    font-family: Verdana;
    font-size: 8pt;
    color: #333333;
}
a
{
    color: #0000FF;
    text-decoration: underline;
}
a:hover
{
    color: #CB0000;
    text-decoration: underline;
}
a.HeaderLinks:hover
{
    color: #CB0000;
    text-decoration: underline;
    
}
a.HeaderLinks
{
    color: #242424;
    text-decoration: none;
}
a.BarLinks:hover
{
    color: #D9DDDE;
    text-decoration: underline;
    
}
a.BarLinks
{
    color: #D9DDDE;
    text-decoration: none;
}
input
{
    font-family: Tahoma;
    font-size: 8pt;
}
select
{
    font-family: Tahoma;
    font-size: 8pt;
}
option
{
    font-family: Tahoma;
    font-size: 8pt;
}
.LightCellStyle
{
    background-color: #E7EFF4;
}
.DarkCellStyle
{
    background-color: #DDE7EC;
}
.LightHeaderStyle
{
    background-color: #F5F6F8;
}
.DarkHeaderStyle
{
    background-color: #DFE2E5;
}
.center
{
    text-align: center;
}
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}