.ArialBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-indent: 0px;
	color: #000099;
	padding: 20px 30px;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
}
.BulletList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
	list-style-position: inside;
	list-style-type: disc;
	font-weight: bold;
	padding: 0px;
}

.ArialBoldLtBlue {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

