@charset "utf-8";
body {
	background-color: #000;
}
.Leftnav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: white;
}
a:link {
	text-decoration: none;
}
.Bottomlink {
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFF;
}

a:visited {
	text-decoration: none;
}
a:hover {
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.index {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
	color: black;
}
.Table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
.IndexBullet {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-type: square;
	font-size: small;
}
.About {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color: black;
}
