
.grid {
	border:			windowframe 1px solid;
}
.grid th {
	font-family:		Verdana, Tahoma, sans-serif;
	font-size:		10pt;
	background-color:	#666666;
	color:			#ffcc00;
	border-left:		threedhighlight 1px solid;
	border-top:		threedhighlight 1px solid;
	border-right:		threedshadow 1px solid;
	border-bottom:		threedshadow 1px solid;
	padding:		1px;
	padding-left:		2px;
	padding-right:		2px;
}
.grid td {
	font-family:		Verdana, Tahoma, sans-serif;
	font-size:		10pt;
	background-color:	#cccccc;
	color:			windowtext;
	border-right:		threedlightshadow 1px solid;
	border-bottom:		threedlightshadow 1px solid;
	padding:		1px;
	padding-left:		2px;
	padding-right:		2px;
}

