.txtnormal {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.txtbold {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a:link {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
a:hover {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.inputbox {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFF99;
	border: thin solid #999999;
	margin: 3px;
	padding: 3px;
}
.table {
	border: 1px solid;
}
