@charset "utf-8";
/* CSS Document */

/* Control the index page */
/* image ONLY */

.lists
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
}

.lists li
{
	list-style-image: none;
	list-style-type: none;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.lists li ul
{
	color: #000000;
	list-style-type: none;
	font-weight:normal;
	list-style-position: outside;
	list-style-image: none;
	font-size: 12px;
}


.lists li ul li ul li {
	padding-left: 16px;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
}



