.line {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
.under {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.upanddown {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.up {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
a:link {
	font-family: "Tahoma";
	font-size: 10px;
	color: #FFFFFF;

}
a:visited {
	font-family: "Tahoma";
	font-size: 10px;
	text-decoration: underline;
	color: #CCCCCC;

}
a:hover {
	font-family: "Tahoma";
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	font-family: "Tahoma";
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.selectbox {
	font-family: "Tahoma";
	font-size: 10px;
	color: #CCCCCC;
	background-color: #333333;
	overflow: visible;
	position: static;
	visibility: visible;
}
