/* CSS Document */
table#sample {
	background-color: #FFFFFF;
	border: solid #000 3px;
	width: 300px;
}

table#sample td {
	padding: 5px;
	border: solid #000 1px;
}

.data {
	color: #000000;
	text-align: left;
	background-color: #CCCCCC
}

.toprow {
	font-style: italic;
	text-align: center;
	background-color: #FFFFCC;
}

.leftcol {
	color: #000000;
	font-weight: bold;
	text-align: left;
	width: 250px;
	background-color: #CCCCCC;
}
