.ErrorYellowList
{
	font-size: 8pt;
	list-style-position: outside;
	font-size: 8pt;
	color: yellow;
	font-family: Arial;
	list-style-type: disc;
}
.NormalWhiteList
{
	font-size: 8pt;
	list-style-position: outside;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	list-style-type: disc;
}
.ErrorList
{
	font-size: 8pt;
	list-style-position: outside;
	font-size: 8pt;
	color: red;
	font-family: Arial;
	list-style-type: disc;
}
.NormalList
{
	font-size: 8pt;
	list-style-position: outside;
	font-size: 8pt;
	color: blue;
	font-family: Arial;
	list-style-type: disc;
}