	body {
		font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
                font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
		font-size: 12px;
		color: #444;
	}
	h1 {
		padding: 0px;
		margin: 0px;
		font-size: 20px;
		color: #66A3D3;
	}
	p {
		margin: 0px;
		padding: 0px;
		font-weight: normal;
	}
	img {
		border: 0px;
		border: 1px solid #c9d9ed;
	}
	table.stats {
		border: 1px solid #c9d9ed;
		border-bottom: 0px;
		border-right: 0px;
		font-size: 12px;
	}
	table.stats th select, table.stats td select {
		width: 100% !important;
		width: 200px;
	}
	table.stats th, table.stats td {
		vertical-align: middle;
		text-align: center;
		border-bottom: 1px solid #c9d9ed;
		padding: 6px;
		width: 240px;
	}
	table.stats th, table.stats td {
		border-right: 1px solid #c9d9ed;
		font-weight: normal;
	}
	table.stats tr.vehicle_selection td, table.stats tr.vehicle_selection th {
	}
	table.stats tr.vehicle_image td, table.stats tr.vehicle_image th {
		background-color: #F4F9FE;
	}
	table.stats tr.vehicle_image td p, table.stats tr.vehicle_image th p {
		font-weight: bold;
		font-size: 16px;
		padding: 4px;
		/* color: #66A3D3; */
	}
	table.stats tr.heading td, table.stats tr.heading th {
		background-color: #eee;
		background-image: url("../images/row_bg1.jpg");
		border-bottom: 1px solid #91a5c0;
		font-weight: bold;
		font-size: 14px;
	}
	table.stats tr.even td {
		background-color: #F7FBFF;
	}
	table.stats tr.even th {
		background-color: #F4F9FE;
	}
        table.stats tr.odd th {
                background-color: #F9FCFE;
        }

