.years {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444242;
}
.text a:link {
	text-decoration: underline;
	color: #444242;
}
.text a:hover {
	text-decoration: none;
	color: #FF6600;
}
.text a:visited {
	text-decoration: underline;
	color: #444242;
}
.text a:visited:hover {
	text-decoration: none;
	color: #FF6600;
}

.text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.text_black a:link {
	text-decoration: underline;
	color: #000000;
}
.text_black a:hover {
	text-decoration: none;
	color: #FF6600;
}
.text_black a:visited {
	text-decoration: underline;
	color: #000000;
}
.text_black a:visited:hover {
	text-decoration: none;
	color: #FF6600;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.copyright a:link {
	text-decoration: underline;
	color: #000000;
}
.copyright a:hover {
	text-decoration: none;
	color: #FF6600;
}
.copyright a:visited {
	text-decoration: underline;
	color: #000000;
}
.copyright a:visited:hover {
	text-decoration: none;
	color: #FF6600;
}
IMG.BorderedGreenHand {
	border: 1px solid #000000;
	margin: 2px;
	cursor: hand;
}
IMG.Bordered {
	border: 1px solid #000000;
	margin: 2px;
}


