﻿body 
{
    background-color:Black
}

.normalTextClass
{
    font-size: 12pt;
    color: white;
    font-family: 'Century Gothic' , Arial;
    background-color: black;
}

.footerTextClass
{
    font-weight: normal;
    font-size: 10pt;
    color: white;
    font-family: 'Century Gothic' , Arial;
    background-color: black;
}

.transparentTextClass
{
    font-size: 12pt;
    color: white;
    font-family: 'Century Gothic' , Arial;
    background-color: transparent;
}

.selectableTextClass
{
    font-weight: normal;
    font-size: 10pt;
    color: white;
    font-family: 'Century Gothic' , Arial;
    background-color: black;
}

.menuTextClass
{
    font-weight: normal;
    font-size: 10pt;
    color: white;
    font-family: 'Century Gothic' , Arial;
    background-color: black;
    z-index: 100;
}

.sidebarTableClass
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
