@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	background:#e9efff;
}
ul, li {
	list-style-position:outside
}
p, a, h2, h3, h4, h6, form, label, input {
	margin:0;
	padding:0;
}
a:link {
	text-decoration: none;
	color:#0e5193;
}
a:visited {
	text-decoration: none;
	color:#0e5193;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#nohand {
	cursor:default;
}
img {
	border:none;
}
