
body {
    color: black;
    background-color: #ebf3fa;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

.tabular {
    border-color: darkblue;
    border-style: solid;
    border-width: 1;
    margin:10;
    font-size: 11px;
    empty-cells: show;
}

.tabular th {
    color: white;
    background-color: darkblue;
    border-color: white;
    border-style: solid;
    border-width: 1;
}

.tabular td {
    background-color: white;
    border-color: darkblue;
    border-style: solid;
    border-width: 1;
    padding-top: 2;
    padding-left: 6;
    padding-right: 6;
    padding-bottom: 3;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show
}

.tabBody {
    margin-left: 40;
    margin-top: 5;
    color: black;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

.tabular .tabDistrict {
    font-weight: bold;
    background-color: rgb(240,240,255);
}

.tabular .tabState {
    font-weight: bold;
    background-color: rgb(220,220,255);
}

.tabular .tabGrand {
    font-weight: bold;
    background-color: rgb(200,200,255);
}

.btnGreen {
    background-color: green;
    color: white;
}

.btnRed {
    background-color: #c00000;
    color: white;
}

#buttons {
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 12px;
}

#results {
    margin-left: 40px;
}