@charset "utf-8";
.DataEntry {
	background-color: #D7D7FF;
	border: thin solid #5B5BFF;
}
.DataEntryBorderTop {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #5b5bff;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}.BigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}

