a:link {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
a:hover {
	color: #3300CC;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(images/bluepixelbullet.JPG);
	list-style-type: square;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/bluepixelbullet.JPG);
	list-style-type: square;
	line-height: normal;

}
ol {

	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	line-height: 25pt;
}
