.txtfield {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #000033;
	background-color: #EAEAEA;
	font-size: 9px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;


}
.bt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
}
.FontBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
TD.uline {
	BORDER-TOP: none;
	BORDER-BOTTOM: 1px solid #E8E8E8;
	border-right-style: none;
	border-left-style: none;
}
TD.upline {
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;

}
TD.ulineleft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #F5F5F5;


}