.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #336699;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(bullet.jpg);
}
.hlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-indent: 5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-size: small;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	background-color: #FFF2F2;
	font-size: small;













}
.nolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
li {
	list-style-image: url(bullet.jpg);
}

