.underline {
	text-decoration: underline;
}
.grey_link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.grey_link_no_line {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #666666;
}
.lightgrey_link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
.borders {
	border: thin solid #999999;
}
.redlink {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}
.linktohome {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
