.charMap
{
	font-family: Courier New, monospace;
	border-collapse: collapse;
	table-layout: fixed;
	overflow: hidden;
	text-overflow: ellipsis;
}
.charMapHead
{
	border: 1px solid white;
	font-weight: bold;
	background-color: navy;
	color: white;
	text-align: center;
	width: 90px;
}
.pageBreak
{
	page-break-before: always;
}
.charMapBody
{
	border: 1px solid #eeeeee;
	background-color: white;
	padding: 2px;
	text-align: center;
}
.lookup
{
	border: 1px solid #eeeeee;
	color: navy;
	width: 120px;
	height: 20px;
	text-align: center;
}
.flatBox
{
	border: 1px solid #eeeeee;
	color: navy;
	width: 120px;
	height: 20px;
}
.char,
.charCode
{
	font-family: Courier New, monospace;
	font-size: 10pt;
}

table.charMap td
{
	text-align: center;
	vertical-align: top;
}