p, table, tr {
		font-family: "Times New Roman";
		font-size: 12pt;
	}

	a:link {
		font-family: "Times New Roman", "Arial", "Helvetica", "sans-serif";
		font-size: 9pt;
		color: #696969;
		text-decoration: underline;
	}

	a:active {
		font-family: "Times New Roman", "Arial", "Helvetica", "sans-serif";
		font-size: 9pt;
		color: #696969;
		text-decoration: underline;
	}

	a:visited {
		font-family: "Times New Roman", "Arial", "Helvetica", "sans-serif";
		font-size: 9pt;
		color: red;
		text-decoration: underline;
	}

	a:hover {
		font-family: "Times New Roman", "Arial", "Helvetica", "sans-serif";
		font-size: 9pt;
		color: #DAA520;
		text-decoration: underline;
	}

	td {
		font-family: "Times New Roman";
		font-size: 12pt;
		color: blue;
		font-weight: bold;
	}