div#content table
{
	text-align: center;
	margin: auto;
	font-size: 1em;
	border-collapse: collapse;
	width: 100%;
}

div#content table th
{
	color: white;
	vertical-align: middle;
	background: #cc0033;
	min-height: 3em;
	/*border-style: solid;*/
	border-width: 1px;
	/*border-color: black;*/
	border-color: white;
	border-bottom: 1px solid white; 
}

div#content table tr
{
	border-top: 1px grey solid;
}

div#content table tr.alt1
{
  background-color: white;
}

div#content table td
{
	/*border-style: solid;*/
	border-width: 1px;
	border-color: black;
}

div#content table td.description
{
  text-align: left;
}

div#content table th.CASE
{
		background: #cc0000;
}

div#content table th.FORD
{
		background: #003399;
}

div#content table th.MF
{
		background: #ff3333;
}

div#content table th.JOHN.DEERE
{
		background: #339933;
}

div#content table th.JCB
{
		background: #f8a61b;
}

div#content table th.FIAT
{
		background: #f06447;
}

div#content table th.SDF
{
		background: #81cf93;
}
