/* CSS Document */

.tdman{
 border-style:solid;border-width:1;
}
.tdDOTman{
	border-top:1 dotted;
	border-right:1 none;
	border-left:1 dotted;
	border-bottom-width: 1;
	border-bottom-style: dotted;

}
.tdmanbtm {
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;

}
