body {
	background-color:#000;
}

hr {
	background-color:#cccccc;
}

a {
	color: #fff;
}

a.nav1 {
	color:#c2c2c2;
}

a.nav1:hover {
	color:white;
}

a.nav1on {
	color:white;
}
a.nav2 {
	color:#c2c2c2;
}

a.nav2:hover {
	color:white;
}

a.nav2on {
	color:#fff;
}

a.nav2:hover {
	color:white;
}

a.nav3arrows {
	color:#c2c2c2;
}

.nav3arrowsoff {
	color:#333;
}


a.location {
	color:#c2c2c2;
}

a.location:hover {
	color:white;
}

a.locationon {
	color:white;
}


a.flashy {
	color:#00aeef;
}


.peopleimage img {
	border:1px solid black;
}

.peopleimage:hover img {
	border:1px solid white;
}

.peopleimage:hover{
	color: #333333; /* Dummy definition to overcome IE bug */
}

.imagegallery img {
	border:1px solid black;
}

.imagegallery:hover img {
	border:1px solid #666;
}

.imagegallery:hover{
	color: #333333; /* Dummy definition to overcome IE bug */
}

.dot {
	background:url(/images/dot_1.gif) repeat-x;
}

.question {
	color:#fff;
}

.fakelink {
	color:white;
}

/*--- index table cells ----*/
.cell {
	background-color: #303030;
}

.details {
	background-color:#333;
}