body{
	background-color: #EEEEEE;
	margin: 0;
	color: #000000;
}

table.mainmenu{
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	position: relative;
	top: 15px;
}

td.menuitem{
	background-image: url("/Images/menu.png");
	color: #DDDDDD;
	font-weight: bold;
	width: 75px;
	cursor: pointer;
	text-align: center;
}

td.headeritem{
	background-image: url("/Images/header-menu.jpg");
	color: #DDDDDD;
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
}

td.menudelim{
	background-image: url("/Images/menu.png");
	color: #DDDDDD;
	width: 20px;
}

div.submenu{
	background-color: #006699;
	border: 1px solid #004477;
	border-top: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 1;
}

td.submenu_item{
	cursor: pointer;
	background-color: #006699;
	text-align: center;
	color: #EEEEEE;
	font-family: bitstream vera sans,sans-serif;
	font-size: 9pt;
}

a.menulink{
	cursor: pointer;
	text-align: center;
	color: #EEEEEE;
	font-family: bitstream vera sans,sans-serif;
	text-decoration: none;
	font-size: 10pt;
}

td.submenu_item:hover {
	background-color: #002255;
}

a.menulink{
	color: #EEEEEE;
	text-decoration: none;
}

div.userspace{
	position: absolute;
	text-align: justify;
	font-family: bitstream vera sans,sans-serif;
	font-size: 9pt;
}

p.Etitle{
	color: #000000;
	font-family: bitstream vera sans,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

p.Ftitle{
	color: #000000;
	font-family: bitstream vera sans,sans-serif;
	font-weight: bold;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}

p.Echapter{
	color: #111111;
	font-family:   bitstream vera sans,sans-serif;
	font-size: 9pt;
	padding: 0px;
	padding-bottom: 13px;
	margin: 0px;
}

td.code{
	font-family: monospace, fixed;
	color: #EEEEEE;
	font-size: 8pt;
	font-weight: bold;
}

div.codeheader{
	width: 80%+30px;
	left: 10%;
}

table.codeheader{
	margin-top: 15px;
	position: relative;
	width: 85%;
	left: 10%
}

table.code, table.codefooter{
	visibility: visible;
	position: relative;
	width: 85%;
	left: 10%
}

td.codeheader{
	background-image: url('./Images/code-header-center.gif');
	height: 23px;
}

td.codefooter{
	background-image: url('./Images/code-footer-center.gif');
	height: 5px;
}

code.codefooter{
	height: 5px;
	position: absolute;
	width: 85%;
	left: 10%
}

code.cmdB{
	font-family: monospace, fixed;
	color: #026789;
	font-weight: bold;
	font-size: 9pt;
}

code.cmdR{
	font-family: monospace, fixed;
	color: #890000;
	font-weight: bold;
	font-size: 9pt;
}

code.cmdG{
	font-family: monospace, fixed;
	color: #007800;
	font-weight: bold;
	font-size: 9pt;
}

code.notes{
	color: #550000;
	font-weight: bold;
	font-size: 110%;
}

p.underline{
	color: #550000;
	font-weight: bold;
	font-size: 90%;
	margin: -2 0 7 0;
}

a.normal
{
	font-family: bitstream vera sans,sans-serif;;
	color: #026789;
	font-size: 9pt;
}

td.tableheader{
	font-family: bitstream vera sans,sans-serif;
	color: #DDDDDD;
	font-size: 9pt;
}
td.tableentry{
	font-family: bitstream vera sans,sans-serif;
	color: #000000;
	font-size: 9pt;
}

