body {
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.body:link, a.body:visited {
	color: #d63838;
	text-decoration: none;
	font-size: x-small;
}
a.body:hover {
	color: #d63838;
	text-decoration: underline;
	font-size: x-small;
}
a.nav:link, a.nav:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}
a.nav:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
table {
	font-size: x-small;
}
.printOnly {
	display: none;
}

