.tdBorder {
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
}
.tdborderTop {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}
.tdBorderBottom {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}
