.Header1{
	background-color: #000000;
	color: White;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.Header2{
	background: #000000;
	color: White;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	text-align: center;
}
.err {
	font-family: Arial;
	font-size: xx-small;
	font-weight: bold;
	color:#000000;
}
.adminField{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
}
.adminFieldInput{
	font-family: Arial;
	font-size: xx-small;
	font-weight: bold;
}
.btn {
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	border: 1 solid gray;
	border-color:#C5C5C5;
	width:120;
	cursor:hand;
}