body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Black;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Black;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Black;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: Black;
	font-size: 14pt;
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: Black;
	font-weight: bold;
	font-style: italic;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	color: Green;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: Green;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: Green;
	text-decoration: underline;
}
a:hover      {
	font-family: "Times New Roman", Times, serif;
	color: Red;
	text-decoration: underline;
}
.highlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}