.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006000;
	text-decoration: none;
	font-weight: bold;
}

a:hover.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F46E18;
	text-decoration: none;
	font-weight: bold;
}

a:visited.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006000;
	text-decoration: none;
	font-weight: bold;
}

a:active.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F46E18;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F46E18;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
}

a:active {
	color: #F46E18;
}

.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006000;
	text-decoration: none;
	font-weight: bold;
	line-height: 11px;
}

