<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************************************

KMParts.com (copyright 2013)
	
**********************************************************************************/

tr.rule{
	border-bottom-color:#505050;
	border-bottom-style:solid;
	border-bottom-width:1px;
}		
	
.pic2-table td{
	padding-left: 14px;
	padding-bottom:2px;
	padding-top:2px;
	text-align: left;
	}

#center-txt {
	text-align:center;
}
#txt-top{
	vertical-align:top;
	background-color:#7b7b7b;
}
td.gr{
	background-color:#2E403B;
}
td.gr2{
	background-color:#2E403B;
	border-bottom-color:#505050;
	border-bottom-style:solid;
	border-bottom-width:1px;

}

td.adjacent {
	border-left: 1px solid #7b7b7b;
	}

td.adjacent-br {
	border-bottom-color:#505050;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
	
td.adjacent-br-l {
	border-left: 1px solid #7b7b7b;
	border-bottom-color:#505050;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
	
td.adjacent2{
	border-left: 1px solid #7b7b7b;
	background-color:#2E403B;
}

td.adjacent3{
	border-left: 1px solid #7b7b7b;
	background-color:#2E403B;
	border-bottom-color:#505050;
	border-bottom-style:solid;
	border-bottom-width:1px;

}

.pic2-table table{
	margin-top: 25px;
	width:455px;
}


.pic2-table {
	color: #FFFFFF;
	font-size:12px;
}


.pic2a-table table{
	margin-top: 25px;
	width:455px;
}

.pic2a-table td{
	padding-left: 0px;
	padding-bottom:2px;
	padding-top:2px;
	text-align: center;
	vertical-align:middle;
	}


.pic2a-table {
	color: #FFFFFF;
	font-size:12px;
}

.center-column-txt{
	text-align:center;
}

/*-----new tables-----*/

.tablenzm {
	width:800px;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
}

.tablenzm tr{
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	border-bottom-style:solid
}

.tablenzm tr:first-child{
	background-color:#2E403B;
}
.tablenzm tr:first-child td{
	border-left-color:#ccc;
}

.tablenzm td{
	border-left-style:solid;
	border-left-color:#CCC;
	border-left-width:1px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	padding:4px;
}

.tablenzm td:first-child{
	border-left-style:none;
}
</pre></body></html>