/*
table.css, updated 11/7/08
by Dan Nguyen

This is css for tables within articles

*/


td{
	padding: 8px;

}

tr{

}

tr.rowHead{
	text-align: center;
}

td.firstCol{
	font-weight: bold;
	font-size: 110%;
	vertical-align: middle;
}

.stripeRow{
	background-color: #ecece4;
}

