/* CSS Document */
body {
	background-color: #A5BAF3;
}
.forma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #323266;
	border: thin dashed #323266;
}
.formaheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	color: #400C5F;
}
.listbx {
	background-color: #DDE6FB;
	border: thin solid #A5BAF3;
}
.textobox {
	border: thin dashed #323266;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #323266;
	font-size: 14px;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.ErrorMsg {
	font-weight: bolder;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

sup {
	font-weight: bolder;
	color: #FF0000;
}
.listbxErr {

	background-color: #DDE6FB;
	border: thin solid #FF0000;
}
