﻿html, body {
    font-family: Verdana;
    font-size: 12px;
    border-bottom-width: 0px;
    margin-left: auto;
    margin-right: auto;
}

a:link {
    color: steelBlue;
}

table {
    margin-left: auto;
    margin-right: auto;
}

.tableZero {
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: yellow;
}

.td {
    padding: 0px;
}

.DivClear {
    clear: both;
}

.DivSpaceDesktopFuntionality {
    height: 4px;
}

.DivHalfSpace {
    height: 5px;
}

.DivSpace {
    height: 10px;
}

.DivSpacex2 {
    height: 20px;
}

.DivSpacex3 {
    height: 30px;
}

.DivSpaceGrid {
    height: 34px;
}

.DivSpacex5 {
    height: 50px;
}

.DivCenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.DivRight {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}

.FacebookBlue {
    background-color: #3b5998;
}

.titleFacebookBlue {
    background-color: #3b5998;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    vertical-align:middle;
}

.FacebookYellow {
    background-color: #ffff99;
}

.Bold {
    font-weight:bold;
}

.tablePrint {
    font-family: Calibri;
    width: 100%;
    border-width: 1px;
}

.tdHeaderPrint {
    background-color: teal;
    color: white;
}

.tdHeaderPrint_Secondary {
    background-color: darkorange;
    color: white;
}


.tdHeaderPrint_Third {
    background-color: red;
    color: white;
}