.link1:link {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;
}
.link1:visited {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;
}
.link1:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
.link2:link {
	font-family: Arial;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
	font-weight: normal;
}
.link2:visited {
	font-family: Arial;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
	font-weight: normal;
}
.link2:hover {
	font-family: Arial;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
}

