@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;	
}
form {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	border-top: dotted 1px #888888;
	font-size: 8pt;	
	width: 510px;
}
.center {
	text-align: center;	
}
.bold {
	font-size: 8pt;	
	font-weight: bold;	
}
.bold-center {
	font-size: 8pt;	
	font-weight: bold;
	text-align: center;	
}
.contactFields {
	width: 400px;	
}