@charset "ISO-8859-1";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #999999;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 35px;
}
p {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul {
	margin-top: 0px;
	list-style-type: circle;
	margin-bottom: 0px;
}
h1  a:link   {
	color: #000000;
	text-decoration: none;
}
h2 a:link {
	color: #999999;
	text-decoration: none;
}
h1  a:visited   {
	color: #000000;
	text-decoration: none;
}
h2 a:visited {
	color: #999999;
	text-decoration: none;
}
h1  a:hover   {
	color: #000000;
	text-decoration: underline;
}
h2 a:hover {
	color: #999999;
	text-decoration: underline;
}
p a:link, p a:visited, p a:hover {
	color: #000000;
	text-decoration: underline;
}
