body	{
	background: #fff;
	color: #000;
	/* font-family: Verdana, sans-serif; */
	font-family: sans-serif;
}
a.reslist:link, a.reslist:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-style: hidden;
}
th {
	text-align: center;
	border-width: 1px;
	border-color: #999;
	border-style: none solid none solid;
	padding: 1px 2px 1px 2px;
	white-space: nowrap;
}
td {
	text-align: right;
	border-width: 1px;
	border-color: #999;
	border-style: none solid none solid;
	padding: 1px 4px 1px 4px;
	white-space: nowrap;
}
td.name {
	/* font-weight: bold; */
	text-align: left;
	border-width: 1px;
	border-color: #999;
	border-style: none solid none solid;
	padding: 1px 4px 1px 4px;
	/* white-space: normal; */
	white-space: nowrap;
}
td.bigtable {
	padding: 0px 8px 0px 8px;
	border-style: hidden;
}
tr.odd	{
	background-color: #eee;
}
col.wideborder {
	border-width: 3px;
	border-color: #999;
	border-style: none none none solid;
}
