.dialogBox {
  	position : absolute;
  	border : 0 solid black;
  	top : 100px;
  	left : 100px;
  	visibility : hidden;
}
.tbNormal {
	border: 1px solid #6699CC;
	background-color: #FFFFFF;
}
.txtNormal1b {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}

.txtNormal2b {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.txtNormal1 {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	font-size: 10px;
	color: #003366;
}
.headNormal {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}
.inputNormal {
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	font-size: 9px;
	border: 1px solid #003366;
}

.txtPrint {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #000000;
}
.txtPrintB {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.txtPrintU {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
	background-color: #999999;
}

.txtPrintW {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.txtPrintBW {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

hr {
	border: 2px double #003399;
}

