<!-- /* Hide from incompatible browsers */

div table
{
	border: none;
	margin-left: 10px;
}

div th
{
	border: medium solid black;
}

div td
{
	border-top: none;
	border-bottom: thin solid black;
	border-left: thin solid black;
	border-right: thin solid black;
}

div td.image
{
	border: none;
	text-align: center;
	vertical-align: middle;
}

/* End hiding from incompatible browsers */ -->