body {
	background-color: #dfdfdf;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
a {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: black;
}
.indTD {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #efefef;
	text-align: center;
}
.indTDhead {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: silver;
	border-bottom: 2px solid gray;
	color: black;
	text-align: center;
}
.linez {
	width: 150px;
	border-top: 2px dotted silver;
}