body {
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
}

.session {
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
}

table.outertable {
	border-color: Navy;
	border: thin;
	border-bottom: thin;
	border-bottom-color: Navy;
	border-bottom-style: solid;
	border-left: thin;
	border-left-color: Navy;
	border-left-style: solid;
	border-right: thin;
	border-right-color: Navy;
	border-right-style: solid;
	border-top: thin;
	border-top-color: Navy;
	border-top-style: solid;
}

table.innertable {
	background: #E1EAEC;
}

td.formhead {
	color: Navy;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10pt;
	background: #E1EAEC;
}

td.formmain {
	color: Navy;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;
}

td.scores {
	color: Navy;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	background: #E1EAEC;
}

td.average {
	color: Navy;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	background: #E1EAEC;
	border-top: thin;
	border-top-color: Navy;
	border-top-style: solid;
}
