@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fefefc;
}
a:link {
	color: #fefefc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fefefc;
}
a:hover {
	text-decoration: none;
	color: #fefefc;
}
a:active {
	text-decoration: none;
	color: #fefefc;
}
.indexmenu {
}
.table {
	background-color: #fefefc;
	border-top-color: #fefefc;
	border-right-color: #fefefc;
	border-bottom-color: #fefefc;
	border-left-color: #fefefc;
	text-align: center;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}

