body {
	font-family: courier;
	font-size: 9pt;
}

td {
	font-family: courier;
	font-size: 9pt;
}

th {
	font-family: courier;
	font-size: 9pt;
}

a {
	color: #000000;
	text-decoration: none;
}

.greytext {
	color: #999999;
	text-decoration: none;
}

.underlined, a.underlined:visited, a.underlined:link {
	text-decoration: underline;
	color: #000000;
}

.greyunderlined {
	text-decoration: underline;
	color: #999999;
}

.smallgreytext {
	color: #999999;
	text-decoration: none;
	font-size: 8pt;
}