.searchbar {
	background-color: #333;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	height: 20px;
	vertical-align: top;
	width: 120px;
	text-indent: 2px;
}
.leftmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #DFC8D8;
	font-weight: bold;
}
.selected {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}
.unselected {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F55;
	text-decoration: none;
	cursor: crosshair;
}
.unselected:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F55;
	cursor: crosshair;
}
.unselected:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F55;
	cursor: crosshair;
}
.unselected:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F55;
	cursor: crosshair;
}
.unselected:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DFC8D8;
	background: #676767;
	cursor: crosshair;
}
.details {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bottom:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFADC5;
	text-decoration: none;
	font-weight: bold;
}
.bottom:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFADC5;
	text-decoration: none;
	font-weight: bold;
}
.bottom:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}