input.fax{display:none;}
textarea {
font-family: microsoft sans serif;
font-size: 13px;
}
A:link {font-family: microsoft sans serif; color: #0033CC; text-decoration: none} /* unvisited link */
A:visited {font-family: microsoft sans serif; color: #0033CC; text-decoration: none} /* visited link */
A:active {font-family: microsoft sans serif; colour: #0033CC; text-decoration: none} /*active link*/
A:hover {
	font-family: "microsoft sans serif";
	color: #0033CC;
	font-weight: bold;

} /* hover link */

.required {
	background-color: #FF0000;
	top: -10px;
}
.reqleft {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.reqmid {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
.reqright {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}

