body {
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #999999;
	}

a {
	color: #FD9C23;
	font-weight: bold;
	text-decoration: none;
	}

table {
	border-collapse: collapse;
	}

td {
	border: 1px solid #BBBBBB;
	}

tr:hover {
	border: 1px solid #FD9C23;
	background: #FD9C23;
	color: #ffffff;
	}
	
.troff, .troff:hover {
	border: 1px solid #BBBBBB;
	background: #ffffff;
	color: #999999;
	}

#graph {
	position: absolute; 
	top: 100px; 
	width: 100%; 
	height: 50px; 
	background: #FD9C23; 
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

#navi {
	position: absolute;
	top: 80px;
	left: 200px;
	width: 560px;
	}

#navi ul, .hintboxmenu ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	}

#navi li, .hintboxmenu li {
	float: left;
	margin-right: 5px;
	padding: 0px 10px 0px 10px;
	}

.on {
	border-top: 1px solid #FD9C23;
	border-left: 1px solid #FD9C23;
	border-right: 1px solid #FD9C23;
	height: 19px;
	line-height: 19px;
	}

.off {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #EEEEEE; 
	height: 19px;
	line-height: 19px;
	}

#navi li:hover {
	float: left;
	margin-right: 5px;
	padding: 0px 10px 0px 10px;
	background: #FD9C23;
	border-top: 1px solid #FD9C23;
	border-left: 1px solid #FD9C23;
	border-right: 1px solid #FD9C23;
	color: #ffffff;
	}
	
#navi a:link, #navi a:visited {
	display: block;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	}	

#navi a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

#text {
	position: absolute;
	top: 180px;
	left: 200px;
	width: 560px;
	}
	
.header {
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: -6px;
	left: 200px;
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	}

.hintbox {
	border: 1px solid #FD9C23;
	width: 99%;
	margin-bottom: 9px;
	overflow: auto;
	clear: both;
	}

.halfhint {
	border: 1px solid #FD9C23;
	width: 49%;
	float: left;
	margin-bottom: 9px;
	margin-right: 2px;
	overflow: auto;
	}

.hintbox h2, .hintbox p, .halfhint h2, .halfhint p {
	margin: 0px;
	padding: 5px;
	}

.required {
	background: #FEE7CB;
	}

h2, .halfhint h2, .hintbox h2 {
	font-size: 12px;
	}
	
.button {
	text-align: right;
	margin-bottom: 5px;
	margin-top: -25px;
	}
