@charset "UTF-8";
.motorTable {
	font-size: 10px;
	text-align: center;
	border-collapse: collapse;
}
.motorTable th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366cc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 0px;
}
.motorTable td {
	border: 1px solid #d2d2d2;
}

