@charset "UTF-8";
table {
	font: 14px Arial, Helvetica, sans-serif;
	color: #a77c4f;
	background: #feffed;
	width: inherit;
	padding: 2px 2px 2px 2px;
}
body {
	background: #feffed;
	background-repeat: no-repeat;
	color: #936D47;
	width: auto;
	background-position: 10px 10px;
}
a:link {
	color: #a69631;
}

a:visited {
	color: #a77c4f;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltlftrt {
	float: right;
	margin-right: 8px;
}
