@CHARSET "UTF-8";

table {
	border-spacing: 0;
	width: 100%;
}

table tr {
	line-height: 120%;
}

table tr.lightgrey {
	background-color: #eee;
}

table tr.grey {
	background-color: #ccc;
}

table th {
}

table td {
}