/* CSS Document */

body {
	background-color: #000000;
	margin-top: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #CC6633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6633;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CC6633;
}
.bold {
	font-weight: bold;
}
#index {
}
	#index a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
	#index a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
	#index a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #CC6633;
}
	#index a:active {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
.italics {
	font-style: italic;
}
#bios {
	font-size: 9px;
}
.no-repeat {
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.lh-17 {
	line-height: 16px;
}
