@charset "utf-8";
/* CSS Document */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	list-style-position: outside;
	list-style-type: disc;
	align: left;
	margin : 8px;
	padding : 1px;
}
li {
align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	list-style-position: outside;
	list-style-type: disc;
	margin : 1px;
	padding : 2px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
