* {
}

html {
	font-family:Arial;
	font-size:14px;
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#DCDCDC;
}

.fullsize {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
.fullwidth {
	width:100%;
}

.warning {
	color:#FF0000;
	font-weight:bold;
}

.notice {
	font-weight:bold;
}

.headline {
	font-size:18px;
	font-weight:bold;
}
.tableheadline {
	font-size:14px;
	font-weight:bold;
	text-indent:64px;
	padding:4px;
}

.mark {
	color:#FF0000;
	font-weight:bold;
}
.comment {
	color:#009900;
	font-weight:bold;
}
.void {
	color:#777777;
	font-weight:bold;
	font-style:italic;
}
.int {
	color:#990000;
	font-weight:bold;
}
.double {
	color:#000099;
	font-weight:bold;
}

.color1 {
	background-color:#ECECEC;
}
.color2 {
	background-color:#CCCCCC;
}

.small {
	font-weight:bold;
	font-size:10px;
}
.smaller {
	font-size:12px;
}

a {
	color:#000000;
	text-decoration:underline;
}
a:link {
}
a:visited {
}
a:focus {
}
a:hover {
	font-style:italic;
}
a:active {
}

.code {
	font-family:Courier New;
	font-size:12px;
	width:100%;
	border:1px dotted #FF0000;
	padding:8px;
	background-color:#FCFCDC;
	margin-top:8px;
	margin-bottom:8px;
}
.codehead {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-indent:32px;
	border-bottom:1px solid #000000;
	margin-bottom:8px;
}

.dateheader {
	font-size:10px;
	font-weight:bold;
	border-bottom:1px solid #000000;
	float:right;
}



#tablehead {
	height:64px;
}

#tablemenu {
	width:192px;
}

#tabledesktop {
	padding:8px;
	padding-left:32px;
	padding-right:32px;
	text-align:left;
	vertical-align:top;
}

#tablefoot {
	height:24px;
	position:relative;
}



#title {
	top:10px;
	left:140px;
	position:absolute;
	font-size:36px;
	font-weight:bold;
	text-decoration:underline;
}

#logo {
	width:100px;
	height:100px;
	top:-30px;
	left:20px;
	position:absolute;
}

#logo2 {
	width:126px;
	height:39px;
	top:10px;
	right:20px;
	position:absolute;
}

#footer {
	position:absolute;
	bottom:4px;
	left:64px;
	font-weight:bold;
	font-size:10px;
	border-top:1px solid #000000;
}

#valid {
	position:absolute;
	bottom:4px;
	right:16px;
	font-weight:bold;
	font-size:10px;
	border-top:1px solid #000000;
}

#menu {
	position:absolute;
	width:190px;
	top:100px;
	left:1px;
	padding:4px;
}



#menuheadline {
	width:100%;
	border-bottom:1px solid #000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
	text-align:center;
}

#menufooter {
	width:100%;
	border-top:1px solid #000000;
	margin-top:3px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

.level1menu {
	width:100%;
	text-indent:8px;
	border:1px solid #DCDCDC;
	background-color:#E8E8E8;
	margin-top:0px;
	text-decoration:none;
}
.level2menu {
	width:100%;
	text-indent:24px;
	font-size:12px;
	font-weight:bold;
	border:1px solid #DCDCDC;
	background-color:#CCCCCC;
	margin-top:0px;
	text-decoration:none;
}
.level3menu {
	width:100%;
	text-indent:40px;
	font-size:10px;
	font-weight:bold;
	border:1px solid #CCCCCC;
	background-color:#B0B0B0;
	margin-top:0px;
	text-decoration:none;
}
.noul {
	text-decoration:none;
}
