@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #653513;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #28586f;
}
li {
	list-style-type: square;
}
.main_table {
	border: 5px solid white;
}
.copyright  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
a:visited {
	color: #28586f;
}
a:hover {
	color: #000000;
}
.top_table {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid white
}
.white {
	color: #FFFFFF;
}

