body, td {
	font-family: Courier new;
	font-size: 12px;
	color: black;
}
.errTable {
	border: 1px solid #A0A1B6;
	border-right: none;
	border-bottom: none;
}
.errTable td {
	border: 1px solid #A0A1B6;
	border-top: none;
	border-left: none;
	white-space: nowrap;
	vertical-align: top;
}
.errheader {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #283957;
}
td.errheader {
	background: #E5E6EE;
}
td.errlabel {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #283957;
	border-right: none;
}
.errmsg {
	color: red;
}
.causedBy {
	background: #E5E6EE;
}
a {
	font-family: Verdana;
	font-size: 11px;
	color: #222222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333399;
}

