﻿body, .txtBox, .btnSubmit
{
    /* background-color: #5C6C70; */
    background-color: white; 
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
}

.txtBox, .btnSubmit
{
    border: solid 1px black;
}

.tblConsulta
{
	width: 100%;
	border: solid 1px black;
}

.tblrowheader, .tblcellheader
{
	border: solid 1px black;
	font-weight: bold;
	text-align: center;
	color: white;
}
.tblrowheader
{
     background-color: #5D7B9D;
}
.tblcellheader
{
    width: 100px;
    background-color: #E9ECF1;
    color: #333333;
}
.tblcellbody
{
	border: solid 1px black;
    width: 250px;
    background-color: #F7F6F3;
    color: #333333;
}

