﻿/* This StyleSheet contains custom styles for this project */


.Sample
{
    color: Navy;
    font-family: 'courier new';
}
.TableCell
{
    background-color: rgb(247, 247, 255);
}
.TableCell2
{
    background-color: rgb(247, 247, 255);
    border-bottom: solid 1px rgb(236, 236, 216);
    border-left: solid 1px rgb(236, 236, 216);
    border-right: solid 1px rgb(236, 236, 216);
    border-top: solid 1px rgb(236, 236, 216);
    outline-color: rgb(236, 236, 216);
}
.TableHeader
{
    background-color: rgb(239, 239, 247);
    border-bottom: solid 1px rgb(236, 236, 216);
    border-left: solid 1px rgb(236, 236, 216);
    border-right: solid 1px rgb(236, 236, 216);
    border-top: solid 1px rgb(236, 236, 216);
    color: Navy;
    font-weight: bold;
    outline-color: rgb(236, 236, 216);
}