﻿.CountyTable
		{
			margin: 0 auto;
		}
		.CountyTable h1
		{
			margin: 0px;
			padding: 0px;
		}
		
		.CountyTable a
		{
			color: Yellow;
		}
		
		.CountyTable a:hover
		{
			color: White;
			text-decoration: none;
		}
		
		.CountyCell
		{
			width: 20%;
			text-align: center;
		}
		
		.CountyDeptName
		{
			font-weight: bolder;
			font-size: 16px;
		}
		
		.TruckThumb
		{
			border: 1px solid #BA954E;
			height: 135px;
		}
		
		.TruckThumb:hover
		{
			border: 1px solid Yellow;
		}
		
		.TruckThumbA
		{
			border-color: transparent;
			height: 135px;
		}
