.border {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}
.txt {
	font-family: verdana;
	font-size: 10px;
}
.rtbrdr {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
}
.lftbrdr {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
