body {
	font-family: times;
	font-size: 12pt;
}
.clear { clear:both; }
.top {
	width: 1.3in;
	height: 1.1in;
	float: left;
	border: 1px solid #000;
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
}
.bottom {
	width: 1.3in;
	height: 2.2in;
	float: left;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px 1px;
	text-align: center;
	font-size: 8pt;
}
.mileNum {
	width: 0.49in;
	height: 0.2in;
	float: left;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px 1px;
	text-align: center;
}
.mileTime {
	width: 0.8in;
	height: 0.2in;
	float: left;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px 0px;
	text-align: center;
}
.hi {
	font-weight: bold;
	background-color: #dcdcdc;
	font-size: 11pt;
}
.show { display: block; }
.hide { display: none; }
.hr {
	border: 0;
	color: #333;
	background-color: #333;
	height: 1px;
	width: 80%;
}


@media print {
/* style sheet for print goes here */
	#inputTable {
		display: none;
	}
}body {
	font-family: times;
	font-size: 12pt;
}
.clear { clear:both; }
.top {
	width: 1.3in;
	height: 1.1in;
	float: left;
	border: 1px solid #000;
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
}
.bottom {
	width: 1.3in;
	height: 2.2in;
	float: left;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px 1px;
	text-align: center;
	font-size: 8pt;
}
.mileNum {
	width: 0.49in;
	height: 0.2in;
	float: left;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px 1px;
	text-align: center;
}
.mileTime {
	width: 0.8in;
	height: 0.2in;
	float: left;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px 0px;
	text-align: center;
}
.hi {
	font-weight: bold;
	background-color: #dcdcdc;
	font-size: 11pt;
}
.show { visibility: visible; }
.hide { visibility: hidden; display: none; }
.hr {
	border: 0;
	color: #333;
	background-color: #333;
	height: 1px;
	width: 80%;
}


@media print {
/* style sheet for print goes here */
	#inputTable {
		display: none;
	}
}