table.tolerances{
	color: #FFFFFF;
	
	padding: 4px;
	border-collapse:collapse;
}

table.tolerances th {
	color: #FFFFFF;
	padding: 8px;
	font-weight: bold;
	border-width: 2px;
	border-color: gray;
	border-style: solid;
	background-color:gray;
}
table.tolerances td{
	color: #FFFFFF;
	border-width: 2px;
	border-color: gray;
	border-style: solid;
	padding: 4px;
	text-align:center;
}

table.tolerances tr.even{
	background-color:#666666;
}
table.tolerances tr.odd{
	background-color:#666699;
}

table.tolerances tr.special{
	background-color:#cc0033;
	font-weight:bold;
}



