@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #FFF;
	background-image: url();
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #474220;
}
a.nav:link {
	color: #666;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #666;
}
a.nav:hover {
	text-decoration: none;
	color: #666;
}
a.nav:active {
	text-decoration: none;
	color: #666;
}
a:link {
	color: #A2AC1E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #666;
}
.copyright {
	text-align: center;
	font-size: 10px;
}

