@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
}
h1 {
	font-size: 1em;
}
h3 {
	color: #666666;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-size: 12px;
	margin: 0px;
	padding: 4px;
}
a:link, a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}
ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 20px;
	font-size: 0.9em;
}
li a:link, li a:visited {
	display: block;
	text-decoration: none;
	color: #000000;
}
li a:hover {
	background-color: #E6E6E6;
}

