.link {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.link:hover {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.hyper {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #5F3287;
	text-decoration: underline;
}

.hyper:hover {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #00FF00;
	text-decoration: underline;
}

.hyper2 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #5F3287;
	text-decoration: underline;
}

.hyper2:hover {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #00FF00;
	text-decoration: underline;
}
.hyper3 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.hyper3:hover {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #00FF00;
	text-decoration: underline;
}