table.bounds
{
	font-size: small;
	border-color: #600;
	border-width: thin;
	border-style: solid;
	margin: 1ex 1ex 1ex 1ex;
	background-color: #FFC;
	color: #300;
	border-collapse: collapse;
}

table.bounds th
{
	font-size: small;
	font-weight: normal;
	background-color: #Fc6;
	padding: 2px;
}

table.bounds td
{
	padding: 0 2px 0 2px;
	border-color: inherit;
	border-width: thin 0 0 0;
	border-style: solid;
}

.caption
{
	text-align: center;
	font-size: small;
	margin-top: 0;
	margin-bottom: 1ex;
	padding-top: 0;
	font-style: italic;
}


