@charset "utf-8";
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

.form {	color: #666666;
	background-color: #d3dedb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font: 12px/18px "Trebuchet MS";
}
a:hover {
	color: #035740;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
