a:link {
	color: #858F7F;
	text-decoration: none;
}

a:visited {
	color: #858F7F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #858F7F;
}

a:active {
	color: #858F7F;
	text-decoration: underline;
}
a.box:link {
	padding: 2px 0px 2px 12px;
	background-color: #D0CDC5;
	text-decoration: none;
	border: medium none #D0CDC5;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	width: 146px;
	clear: left;
	margin: 0px;
}
a.box:visited {
	padding: 2px 0px 2px 12px;
	background-color: #D0CDC5;
	text-decoration: none;
	border: medium solid #D0CDC5;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 146px;
	clear: left;
}
a.box:hover {
	padding: 2px 0px 2px 12px;
	background-color: #E8E7E6;
	text-decoration: none;
	border: medium solid #E8E7E6;
	color: #61222C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 146px;
	clear: left;
	font-weight: bold;
}
a.box:active {
	padding: 2px 0px 2px 12px;
	background-color: #E8E7E6;
	text-decoration: none;
	border: medium solid #E8E7E6;
	color: #61222C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 146px;
	clear: left;
	font-weight: bold;

