﻿body {
    font-family: 'Segoe UI';
}

.TableStyleAsSolidBorders
{
    border-style:solid;
    border-width:1px;  
    border-color:#425799;  
    color:Black;
    margin:1px;
}

.TableStyleAsSolidGrayBorders {
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    color: Black;
    margin: 1px;
}

.TableCellStyleAsHeader
{
    background-color:#A9A9A9;
    color:White;
    border-color:#A9A9A9;
    font-weight:bold;
    text-align:center;
    border-style:Solid;
    border-width:1px;
    font-family: Segoe UI;
}

.Label
{
    font-weight:bold;
    font-size:small;
    color:#425799;
}

.LabelSimple
{
    font-family: Segoe UI;
}

.LabelLightBlue
{
    font-weight:bold;
    font-size:small;
    color:#ADD8E6;
}

.LabelAsSimpleText
{
    font-size:medium;
    font-family: Segoe UI;
}

.LabelAsSmallHeaderText
{
    font-weight:bold;
    font-size:medium;
    font-family: Segoe UI;
}

.LabelAsBigHeaderText
{
    font-weight:bold;
    font-size:large;
    font-family: Segoe UI;
}