@charset "utf-8";
/* CSS Document */
body {
	background-color: #ebebed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #68686a;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #68686a;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #68686a;
}
a:hover {
	text-decoration: none;
	color: #bbb199;
}
a:active {
	text-decoration: none;
	color: #68686a;
}
a:link.subnav {
	color: #68686a;
	text-decoration: none;
}
a:visited.subnav {
	text-decoration: none;
	color: #68686a;
}
a:hover.subnav {
	text-decoration: none;
	color: #bbb199;
}
a:active.subnav {
	text-decoration: none;
	color: #68686a;
}
h1 {
	font-size: 14px;
	color: #bbb199;
}


