.tsBox {
	border: 1px solid #000000;
	background: #d6d6d6;
	border-collapse: collapse;
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}
#arrowL {
	cursor: pointer;
}
#arrowR {
	cursor: pointer;
}
.tsheadline {
	font-size: 14px;
	font-weight: bold;
}
#headline1 {
	font-size: 13px;
	font-weight: normal;
}
#headline2 {
	font-size: 13px;
	font-weight: normal;
}
#headline3 {
	font-size: 13px;
	font-weight: normal;
}
#headline4 {
	font-size: 13px;
	font-weight: normal;
}
.offFrame {
//	display: block;
	width: 10px;
	border: 1px solid #000000;
	font-size: 14px;
	margin: 3px;
	text-decoration: none;
	color: #000000;
}
.offFrame a:hover {
	font-size: 14px;
	width: 10px;
	text-decoration: none;
}
.onFrame {
//	display: block;
	width: 10px;
	border: 1px solid #000000;
	font-size: 14px;
	margin: 3px;
	text-decoration: none;
	color: #000000;
	background: #FF0000;
}
.onFrame a:hover {
	font-size: 14px;
	width: 10px;
	text-decoration: none;
	background: #FF0000;
}