.form {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 12px;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #FFFFFF;
}
input {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 12;
}
select {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 12;
}th {
	font-weight: normal;
	font-size: 12;
	color: #FFFFFF;
	background-color: #000066;
}
.tables {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 12;
}
a {
	color: #000012;
	text-decoration: none;
	font-family: Tahoma, Arial, "Times New Roman";
	font-size:12;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
body {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size:12;
}
textarea {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size:12;
}
td {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size:12;
}.errmsg {
	font-family: Tahoma, Arial, "Times New Roman";
	color: #FF0000;
	background-color: #FFFFCC;
	border: 1px solid Red;
	margin: 3px;
	padding: 2px;
}
