@charset "utf-8";
/* CSS Document */
#menu {
	position: absolute;
	left: 1px;
	top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	font-weight: normal;
}
h1 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: large;
}
h2 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: large;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 15px;
}
