

html, body, * {
	font-family: verdana;
	font-size: 10pt;
}


body {
	text-align: center;
	background-color: #384762;
}

.content {
	width: 55em;
	padding: 1em;
	margin: 0 auto;
	border: 1px solid silver;
	background-color: white;
}




.pagetitle {font-size: 140%;  font-weight: bold;}
.subtitle {font-size: 110%;  margin-bottom: 1em;}
.fieldtitle {font-weight: bold;}
.required{COLOR: red}







