body {
	text-align: center;
	padding: 10px;
	margin: 0px;
	background-color: #FFF;
}
body, th, td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
a {
	color: #333;
	font-size: 95%;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div {
	width: 700px;
	padding: 0px;
	margin: 10px auto;
}
.scchecklist-print {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
.scchecklist-print td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 3px;
	text-align: center;
}
.scchecklist-print tr.category_header td {
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;
	font-weight: bold;
	background-color: #CCC;
}
td.category_header, td.feature {
	text-align: left;
	text-indent: 15px;
	width: 58%;
}
td.service_level {
	width: 14%;
}