tr.dark td, tr.light td {
	vertical-align:top;
}
tr.dark td {
	background-color:#999999;
}
tr.dark p {
	color:#FFFFFF;
}
tr.light td {
	background-color:#CCCCCC;
}
tr.light p {
	color:#666666;
}

table#techInfo ul, table#techInfo p {
	margin: 2px 0;
	}
	
table#techInfo li {
	background: url(../../images/misc/arrow-bullet.gif) no-repeat left;
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 0 20px;
	}
