.textNowrap {
	white-space: nowrap;	
}
body {
	background-color : Black;
	color : White;
}

.locationText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #C4FFFF;
}
.bcText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #C4FFFF;
	text-decoration: underline;	
}
.bcTextActive {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FF9966;
	text-decoration: none;	
}
a.bcText:hover {
	color: #FF9966;
	text-decoration: none;
}
a.itemLink {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #C4FFFF;
	text-decoration: underline;	
}
a.itemLink:hover {
	color: #FF9966;
	text-decoration: none;
}
.descText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #EEEEEE;
}
.emailLink {
	color: white;
}
img.wspace {
	padding : 2px 2px 2px 2px;
}