@charset "utf-8";
.clickhere {
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #44445;
	text-decoration: none;
}
.clickhere a:link {
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.clickhere a:visited {
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.clickhere a:active {
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
.clickhere a:hover {
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}

