body {
	font-family: Arial;
	color: white;
	font-weight: bold;
	font-size: 10pt;
}

.headtd {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 16pt;
	border-bottom: 3px solid #ffffff; 
	padding-bottom: 5px;
}

.formlbl {
	font-family: Arial;
	color: white;
	font-weight: bold;
	font-size: 9pt;
}


input {
	font-family: calibri, arial, sans-serif;
	font-size: 9pt;
	background-color: white;
	border: 1px solid;
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
}

input:focus, input:hover  {
	border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}

select {
	font-family: calibri, arial, sans-serif;
	font-size: 9pt;
	background-color: white;
	border: 1px solid;
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
}

select:focus, select:hover  {
	border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}

.txtarea {
	font-family: Arial; 
	font-size: 9pt; 
	border: 1px dotted #C0C0C0; 
	padding: 0";
}