﻿html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;

}
body
{
    background-color: black;
    margin-top: 0px;
    margin-bottom: 0px;
}
TABLE
{
    background-color: white;
}

.LeasingSpecialistsTab
{
    background-color: #FF9191;
    border-right: #ED1B23 thin solid;
    border-top: #ED1B23 thin solid;
    border-left: #ED1B23 thin solid;
    border-bottom: #ED1B23 thin solid;
    padding-top: 10px;
}
.DetailingCenterTab {
	background-color: #FFCC66;
    border-right: #F7941C thin solid;
    border-top: #F7941C thin solid;
    border-left: #F7941C thin solid;
    border-bottom: #F7941C thin solid;
    padding-top: 10px;
}

