table 
{
	margin-bottom: 1em;
}
table, th, td
{
	border-collapse: collapse;
	border-color: Black;
}
.tableSubHeading
{
	font-weight: normal;
}
#tireSelections,thead,legend
{
	background-color: rgb(129,145,177)
}
tbody:hover 
{
	background-color: rgb(205,211,224)
}
#imgTableBody:hover
{
	background-color: transparent
}
.highlight 
{
	background-color: rgb(205,211,224)
}

#tireSelections label
{
	font-weight: bold;
}
#tireSelections
{
	padding: 10px;
	margin-bottom: 1em;
	border: groove 2px rgb(236,233,216);
}