html, body, table, tr, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.customtable {
    border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.customtable td {
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 5px;
}

.small {
	font-size: 11px;
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #ccc;
}