body {
	margin-left: 0px;
	margin-top: 0px;
}
b {  font-weight: bold}
.links:hover {
	color: #006633;
	text-decoration: underline;
	font-weight: normal;
}
.links:visited {
	font-weight: normal;
	color: #000000;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	left: auto;
	text-align: left;
	margin-left: 8px;
	line-height: normal;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url(images/bullet-green.gif);
}

ul {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-image: url(images/bullet-green.gif);
}
h1 {
	font-size: 16px;
	color: 006633;
	text-align: left;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 8px;
	text-align: left;
}
.littletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 8px;
	list-style-position: outside;
	list-style-image: url(images/bullet-green.gif);
	text-align: left;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-indent: 2px;
	list-style-position: outside;
	list-style-image: url(images/bullet-green.gif);
	list-style-type: decimal;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #006633;
}
a:active {
	color: #006633;
}
