<!--


table.specs {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: rgb(255, 235, 205) rgb(255, 235, 205) rgb(255, 235, 205) rgb(255, 235, 205);
	border-collapse: collapse;
	background-color: white;
}
table.specs td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: rgb(242, 228, 200) rgb(242, 228, 200) rgb(242, 228, 200) rgb(242, 228, 200);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.specs th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: rgb(242, 228, 200) rgb(242, 228, 200) rgb(242, 228, 200) rgb(242, 228, 200);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
-->
