@charset "UTF-8";

table {
	border-width: 0 0 0 0;
	border-spacing: 0px;
	margin-bottom: 1em;
	background-color: transparent;
	color: inherit;
}

td {
	font-size: 90%;
	vertical-align: top;
	border-width: 0 0 1 0;
	border-color: Black;
	border-style: solid;
	background-color: White;
	color: Black;
	padding: 4px 3px;
	font-family: verdana, sans-serif;
    voice-family: "\"}\"";
    voice-family: inherit;
}

th {
	padding-left: 6px;
	font-weight: bold;
	text-align: center;
	background-color: White;
	color: Blue;
	font-family: verdana, sans-serif;
    voice-family: "\"}\"";
    voice-family: inherit;
}