@charset "utf-8";
/* */
table#cust{
		border-left: 1px solid Silver;
		border-top:  1px solid Silver;
		margin:0px 20px 0px 20px;
	}

#cust th {
		border-right: 1px Silver solid;
		border-bottom:1px Silver solid;
		width:72px; 
		background-color: #ffffcc; 
		text-align: center;
	}

#cust td {
		border-right: 1px Silver solid;
		border-bottom:1px Silver solid;
		width:579px;
	}


table#spec {
		border-left: 1px solid Silver;
		border-top:  1px solid Silver;
		margin:0px 20px 0px 20px;
	}

#spec th {
		border-right: 1px Silver solid;
		border-bottom:1px Silver solid;
		width:72px; 
		background-color: #ffffcc; 
		text-align: center;
	}

#spec td {
		border-right: 1px Silver solid;
		border-bottom:1px Silver solid;
		width:579px;
	}


