table td {
	border-bottom: 1px dashed gray;
	border-top: 1px dashed gray;
}
table tr.noborder td {
border-bottom: 0;
}
table tr.noborder1 td {
border-top: 0;
}
table {
	padding-bottom: 15px;
}