form table {
	font-size: 9pt;
	font-family: sans-serif;
}

.formcaption {
	font-size: 10pt;
	text-align: center;
	background-color: black;
	color:white;
}

.caption, div.notes {
	font-family: sans-serif;
	font-size: 8pt;
}

td.caption {
	font-weight: bold;
}

td div.notes {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

td.caption {
	padding-right: 1em;
}

td.instructions {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	padding: 3px;
}

td.comment {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	padding: 3px;
}

td.section {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	background-color: navy;
	color: yellow;
}

input, select, textarea {
	font-size: 8pt;
	font-family: sans-serif;
}						
