/*
#centercol table:not(.themetable) {
	margin:0;
	width:100%;
	border:1px solid #838594;
	font-size:0.9em;
}
#centercol table:not(.themetable) td {
	border:1px solid #838594;
	padding:3px
}
#centercol table:not(.themetable) caption{
	padding:5px 0;
	font-size:1.1em;
	text-align:left
}
#centercol table:not(.themetable) table thead, #centercol table:not(.themetable) th{
	text-align:center;
	background:#838594;
	color: white;
	font-weight: bold;
	border: 1px solid #838594;
}
#centercol table:not(.themetable) table tfoot{
	text-align:right;
	font-weight:bold;
	color: white;
	background:#838594
}

 ---------------------------- */

#centercol table {
	margin:0;
	width:100%;
	border-color: #838594;
	font-size:0.9em;
}

#centercol table td{
	border-color: #838594;
	padding:3px;
}
#centercol table caption{
	padding:5px 0;
	font-size:1.1em;
	text-align:left
}
#centercol table thead, #centercol table th{
	text-align:center;
	background:#838594;
	color: white;
	font-weight: bold;
	border-color: #838594;
}
#centercol table tfoot{
	text-align:right;
	font-weight:bold;
	color: white;
	background:#838594;
}