body, div, a, td, pre
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

html
{
	overflow: hidden;
}

body
{
	overflow: auto;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

#flee, .up, .down
{
	cursor: default;
}

.up, .down
{
	font-weight: bold;
}

#menu
{
	position: absolute;
	left: 0px;
	top: 5px;
	float: left;
}

.frame
{
	border: solid #777777 1px;
	background-color: #eeeeee;
	padding: 3px;
	clear: both;
	width: 98%;
}

.fuffdiv
{
	z-index: 2;
	position: absolute;
}

.label
{
/*	border: solid #777777 1px;
	border-bottom: none;
	background-color: #eeeeee;*/
	padding: 3px;
	font-weight: bold;
	float: left;
	margin: 0;
}

.scrolldiv
{
	overflow: hidden;
	margin: 10px;
}