﻿body {
}
td.main
    {
        background-color:#f5f5f5;
    }
td.switch
{
    border-left: white thin solid;

    background-color: whitesmoke;
    cursor: hand;
    color: darkgray;
}
td.switchSelected
{
    border-top: orange 1px solid;
    border-left: orange 1px solid;
    border-right: white 1px solid;
    background-color: lightgrey;
    cursor: hand;
    font-weight: bold;
    color: navy;
}
table.main
    {
        font-family:Arial; 
        font-size:10pt;
        border-collapse:collapse;
    }
.link
{
    font-size:11pt;
    color:Blue;
    font-weight:bold;
}
.main
{
    font-family:Arial; 
    font-size:10pt;
}
.header
{
    font-family:Arial;
    font-size:13pt;
    font-weight:bold;
    color:Black;
    background-color:#f5f5f5;
}
.label
{
    font-family:Arial; 
    font-size:10pt;
}

