*{
	font-family:Cambria, Calibri;
}
label{
	font-weight:bold;
}
#tblMult{
	border:none;
	empty-cells:hide;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#tblMult td{
	border:1px solid #AAA;
	cursor:default;
	height:40px;
	text-align:center;
	vertical-align:middle;
	width:40px;
}
#tblMult td.colHead{
	background-color:#9BF;
}
#tblMult td.rowHead{
	background-color:#BF9;
}
