body {
    background-color: white; 
}

table.bigtable  {
	text-align: left;
	width: 100%; 
	border="0";
	border-spacing: 0px;
	padding: 0px;
}

table.bigtable2 {
	border: 4px solid grey;
    /* border-collapse: collapse; */
	border-collapse: collapse;
	/*cellpadding: 48    */
	/*cellspacing: 24 w */
	width: 75%
}

td.bigtable, th.bigtable th {
    font-size: 1em;
    border: 0px solid #111111;
    padding: 3px 7px 2px 7px;
}

th.bigtable  {
    font-size: 1.1em;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 12px;
	color: white;
}
/*
#bigtable tr.alt td {
    color: #000000;
    background-color: #EAF2D3;
}
*/


th.col1width{
	width: 75%;
	background-color: rgb(51, 102, 153);
	COLOR: white;
}




th.logo{ background-color: white; }
div.logo{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
}
