ul {
    list-style-position: outside;
	list-style-type:disc;
	margin-left: 10px;
	padding-left: 10px;
	}

li {
	padding-bottom: 5px;
}

.olclass { 
margin-top:5px;margin-bottom:5px
}

li.last {
	padding-bottom: 0px;
}

.red-bullets li {
	color: red;
}

.red-bullets li span {
	color: black;
}

.gray-bullets li {
 color:#929497;
}

.gray-bullets li span {
	color: black;
}

.darkred-bullets li {
	color: #840a16;
	font-size: 11px;
	line-height: 16px;
}

.darkred-bullets li span {
	color: black;
}

.red-bullets2 li {
	color: #840a16;
}

.red-bullets2 li span {
	color: #840a16;
}

ul.nested {
	list-style: none;
	color:#000000;
	margin-left: 0;
	padding-left: 7px;
	text-indent: -7px;
}

.hid {
    display:none;
}

.vis {
    display:block;
}

.whitetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;

}
