body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #999999;
	margin-bottom: -15px;
	font-variant: normal;
	text-transform: uppercase;
}
li {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(pix/stip.gif);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
	clip:    rect(auto auto auto auto);
	padding: 0px;
}
h2 {
	font-size: small;
	color: #00727B;
	font-weight: normal;
	margin-bottom: -15px;
}
a {
	text-decoration: none;
	color: #0ECCCC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0ECCCC;
	font-weight: bold;
}

