#FullTable {
	border: 1px solid #999999;
}
#RightTable {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#LeftTable {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#BottomTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#TopTable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
