* {
	font-family: "Luxi Sans", Arial, sans-serif;
}

body {
	margin: 0;
	padding-top : 111px;
}
a {
	color: #404040;
	border-bottom: 1px dashed;
	text-decoration:none;
}
a:hover {
	border-bottom: 1px solid;
	text-decoration:none;
}

table.setup {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%
}
.setup-header {
	border: 1px solid gray;
}
td.setup {
}
a.command {
	text-decoration: none;
	background-color: transparent;
	border: none;
}
a.command:hover {
	text-decoration: underline;
	background-color: #606060;
	color: white;
	border: none;
}

h1 {
	font-size: 14pt;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 13pt;
	font-weight: 400;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 12pt;
	font-weight: 400;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 11pt;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 11pt;
	font-weight: 400;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 10pt;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 0;
}
.node_info {
	margin: 0;
	padding: 0;
	color: #c0c0c0;
}

p {
	font-size: 10pt;
	font-weight: 400;
	text-indent: 10px;
}
div {
	font-size: 10pt;
	font-weight: 400;
}
table.wikitable {
	border: none;
	text-align : center;
	margin-left: auto;
	margin-right: auto;
}
td.wikitable {
	border: 1px solid gray;
}
th {
	text-align: left;
}

div#topmenu {
	top:0px;
	left:0px;
	right:0px;
	height:111px;
	position:absolute;
}
@media screen {
	body>div#topmenu {
		position : fixed;
	}
}

table.menu {
	border: 1px solid gray;
}
td.menu {
	border: none;
}
.menuhead {
	background-color: #f8e7bd;
	color: #916500;
	border: none;
	font-size: 10pt;
	font-weight: 600;
	margin: 0;
}
.menutext {
	background-color: #ffffff;
	color: #5A5A5A;
	border: none;
	font-size: 10pt;
	font-weight: 300;
	text-decoration: none;
	margin: 0;
}
.menucommand {
	background-color: #ffffff;
	color: #5A5A5A;
	border: 1px solid gray;
	font-size: 10pt;
	font-weight: 300;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a.menutext:hover {
	background-color: #dddddd;
	color: #4A4A4A;
	border: none;
}

.footer {
	background-color: #f8e7bd;
	color: #916500;
	text-align: center;
	font-size: 7pt;
	font-weight: 300;
}
a.footer {
	background-color: #f8e7bd;
	color: #815500;
	border: none;
	text-decoration: none;
}
a.footer:hover {
	background-color: #fff7cd;
	color: #916500;
	border: none;
	text-decoration: none;
}

