@charset "utf-8";

table#slist{
		font-size: 11px;
		border-left: 1px solid Silver;
		border-top:  1px solid Silver;
		border-spacing:0;
		empty-cells: show;
		margin:0px 20px 0px 20px;
	}

#slist th {
		border-right: 1px Silver solid;
		border-bottom:1px Silver solid;
		background-color: #ffffcc; 
		padding: 0.3em 1em;
		text-align: left;
	}

#slist td {
		border-right: 1px Silver solid;
		border-bottom:1px Silver solid;
		padding: 0.3em 1em;
		text-align: left;
	}

	#cw2 {width:35px;}
	#cw3 {width:130px;}
	#cw4 {width:160px;}
	#cw5 {width:280px;}
	#cw6 {width:150px;}


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;
	}


