@charset "UTF-8";
/* CSS Document */

.chart_table {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	margin-left: 20px;
	padding-left: 20px;
}
.chart_dot {
	background-image: url(../images/fp_bottom_line.gif);
	background-repeat: repeat-x;
	width: 90%;
	margin-top: 1px;
	margin-bottom: 10px;
	height: 1px;
}
.make {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	width: 120px;
}
.model {
	font-size: 12px;
	width: 250px;
}
.bumperchute {
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
	width: 200px;
}
.bumperchute a {
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}
.bumperchute a:hover {
	font-size: 12px;
	color: #cc0000;
	text-decoration: underline;
}
.chart_table_tr {
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
}
.chart_list {
	list-style-image: none;
	list-style-type: none;
}
