body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 11pt;
	color: black;
	text-align: left;
	}

#header, #navigation, #footer, #content #right { display: none }

#footer {
	margin-top: 2em;
	text-align: right;
	font-style: italic;
}

.no-print {
	display: none;
}

.print {
	display: block !important;
}

table {
	width: 100%;
}

th, td {
	vertical-align: top;
	text-align: left;
}

a {
	color: black;
	text-decoration: underline;
}

/*

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

*/
