.text {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	}

.header {
	font-family: Arial;
	font-size: 14pt;
	color: #000000;
	}

.link {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
	
.link:hover {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}

a {
	font-family: Arial;
	font-size: 9pt;
	color: #990000;
	}

a:hover {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	}