a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-weight: bold;
	background-color: #000000;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #996600;
	background-color: #000000;
}
.quotes {
	font-size: 10pt;
	color: #996600;
	margin: 2px;
	padding: 2px;
	border: thin dotted #3366FF;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}
.h1 {
	font-size: 18pt;
	color: #000000;
	border: medium double #FFFFFF;
	background-color: #996600;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px;
}
.h2 {
	font-size: 16pt;
	color: #333399;
	border: thin dashed #996600;
	background-color: #000000;
	padding: 2px;
}
.h3 {
	font-size: 12pt;
	color: #3366FF;
	border: 1px dotted #CCFF66;
	padding: 2px;
}
.h4 {
	font-size: 10pt;
	color: #33CCFF;
	font-weight: bold;
	padding: 1px;
}
.breadcrumbs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}

