/* elements */
body,p,td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
h1  {
	font-size: 14pt;
	font-weight: bold;
	color: #A00;
	margin: 5px;
	padding: 0px;
}

/* div tags */
#center {
	text-align: center;
}

/* classes */
.formfield {
	font-size: 8pt;
	font-weight: normal;	
}

.tableheader {
	background-color: #708090;
	color: white;
	font-weight: bold;
	font-size: 10pt;
}