﻿p {
	font-family: Arial;
	font-size: 10pt;
	color: black;
}
a {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: navy;
}
a:hover {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: maroon;
}
a:visited {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: through;
	color: navy;
}
table {
	font-family: Arial;
	font-size: 10pt;
	color: black;
}
.footer {
	font-size: xx-small;
	color: #999999;
	font-family: Verdana;
	font-variant: normal;
}

