/* CSS Document */
#memberlist table {
	width:95%;
	margin: 0px;
	padding: 0px;
	border:1px solid #000000;
	font-size:80%;
}

#memberlist table td {
	border-bottom:1px dotted #009900;
}

#memberlist table a {
	text-decoration:underline;
}

#memberlist table a:hover {
	text-decoration:none;
}

#driverlist table {
	width:95%;
	margin: 0px;
	padding: 0px;
	border:1px solid #000000;
	font-size:70%;
}
#driverlist table td {
	border-bottom:1px dotted #009900;
}