@charset "UTF-8";
.labels {
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color: #666666;
	line-height:10px;
}

.labels A:link {
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}/*
.labels A:hover {
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color: #FF0000;
	text-decoration:none;
}
*/
.labels TD:hover {
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color: #FF3F3F;
	text-decoration:none;
}

.labels SPAN:hover {
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color: #green; 
	text-decoration:underline;
}

body { margin-top:0px}

.track1 {
	position:relative;
	width: 799px;
	background-color: #EDEDED;
	top: 5px; /*10px*/
}

.handle1 {
	position:relative;
	width: 68px;
	cursor:e-resize;
}