.TLcell {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.topCell {
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-left-color: #000000;
}
.Lcell {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #000000;
}
.Bcell {
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #000000;
}
.Rcell {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}
