﻿.Title1
{
    font-family: Arial;
    font-size: 26pt;    
}


.CellRowHeader
{
    border: solid 1px #999999;
    background-color: #cccccc;
    padding: 10px;
}
.CellColumnHeader
{
    border: solid 1px #999999;
    background-color: #001036;
    color: White;
    
}
.CellDetail
{
    border: solid 1px #999999;
    background-color: #e6e6e6;
    
}