body {
   background-color: Black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.text {
	font-size: 10pt;
}
.title, h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
	margin-top: 12pt;
}
.copyright {
	font-size: 10pt;
	color: #999999;
}
.link {
	font-style: italic;
	color: #999999;
}
.backlink {
	font-style: italic;
	color: #999999;
	font-size: 10pt;
}
.mininav {
  font-size: 10px;
  color: #CCCCCC;
}

a:link {
	color: #999999;
}

a:visited {
	color: #666666;
}

a:active {
	color: #CCCCCC;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.band {
	color: White;
	font-style: italic;
	text-transform: uppercase;
}

.band a:link, .band a:visited {
	color: White;
}

.band a:active, .band a:hover {
	color: Silver;
}

.band a:hover {
	text-decoration: none;
}

.track {
	color: White;
}

.track a:link, .track a:visited {
	color: White;
	text-decoration: none;
}

.track a:active, .track a:hover {
	color: White;
	text-decoration: underline;
}