@charset "utf-8";
/* CSS Document */

#ruleTxt li{
	list-style-type: decimal;
	font-weight: bold;
	margin: 0 0 15px 20px;
}

#ruleTxt li ol li{
	list-style-type: lower-roman;
	font-weight: normal;
	margin: 5px 0 0 20px;
}

#ruleTxt p{
	font-weight: normal;
	margin-top: 5px;
}