.table {
	border: 1px dotted #F2F2EC;
}
a.nav:link {
	color: #4A4942;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #4A4942;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #8F8D81;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	color: #4A4942;
	text-decoration: none;
	font-weight: bold;
}
.forminput {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4A4942;
}
.button {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4A4942;
	background-color: #F8F8F3;
}

