table.acmanualtable {
	border:1px solid #e0e0e0;
}
table.acmanualtable td.cell {
	border:1px dashed #b0b0b0;
}
table.acmanualtable td.cell.ac_heading {
	border:none;
	background-color:#404040;
	color:#f0f0f0;
}
table.acmanualtable td.cell.ac_title {
	font-weight:bold;
	background-color:#f0f0f0;
}
table.acmanualtable td.cell.ac_note {
	font-style:italic;
}
table.acmanualtable div.subtitle {
	font-style:italic;
}
table.acmanualtable div.subtitleright {
	font-style:italic;
	text-align:right;
}
table.acmanualtable tr.odd {
	background-color:#e0e0e0;
}
