<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
/* CSS Document */

#contactPage .labels{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666;
	font-weight:bold;
}
#contactPage label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#C00;
}
#contactPage input[type=reset], #contactPage input[type=submit]{
	font-family:Tahoma;
	font-size:1em;
	color:#000;
	font-weight:bold;
	padding:5px;
	letter-spacing:1px;
	background:#CCC;
	border:solid 1px #999;
	width:150px;
}
#contactPage input[type=text],#contactPage textarea{
	font-family:Tahoma;
	font-size:1.2em;
	color:#333;
	padding:4px;
	border:solid 1px #CCC;
	background:#FFF;
}
#contactPage input[type=text]:focus,#contactPage textarea:focus{
	border:solid 1px #999;
	background:#EEE;
}

</pre></body></html>