body {
	font-family: "Trebuchet MS", Trebuchet, serif;
	background-color: white;
	color: black;
	font-size: 10pt;;
	text-align: center;
}
DIV {
	padding: 10px;
	text-align: left;
	margin-right: 30px;
	margin-left: 30px;
}
.heading {
	font-size: 24pt;;
	text-align: center;
}
.subheading {
	font-size: 12pt;
	text-align: center;
}
TD.linkheader {
	font-size: 12pt;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 0px;
	border-left: 0px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
TD.link {
	font-size: 12pt;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
	padding: 5px;
}
table {
	margin-left: auto;
	margin-right: auto;
}
table.linkheader {
	margin-left: 30px;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: gray;
	text-decoration: underline;
}
