.listtxt {
	color: #333333;
	list-style: circle;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
}
.listtxtordered {
	font: normal 110%/1.3em Arial, Helvetica, sans-serif;
	color: #333333;
	list-style: lower-alpha;
	background: #FFFFFF;
}
.listtxtordereddecimal {
	font: normal 110%/1.3em Arial, Helvetica, sans-serif;
	color: #333333;
	list-style: decimal;
	background: #FFFFFF;
}
