/* CSS Document */

.lnk_return {
	color: #0587B1;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.lnk_return a:hover {
	color: #0587B1;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:underline;
}

 a {
	text-decoration: none;
	font-weight: bold;
	color: #0587B1;
}

 a:hover {
	text-decoration: underline;
	font-weight: bold;
}

