body {
font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;


}
li {
	font-weight: bold;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 12px;
	margin-left: -18px;


}
.listOne {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);

}
.listTwo {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet2.gif);
}
.listThree {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet3.gif);

}
.listFour {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet4.gif);
}

a:link {
	color: #6666FF;
}
a:active {
	color: #6666CC;
}
a:visited {
	color: #CC66FF;
}
a:hover {
	color: #FF6600;
}
.bluey {
	color: #3366CC;
}
.smaller {
	font-size: 11px;
}
td {
	font-size: 14px;
}
.listNone {

	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
}
