@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
}
body {
	background-color: #ffffff;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.menu {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
a.menu:link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	font-size: 10px;
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

a.menu:active {
	font-size: 10px;
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}


