html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: "Courier New", Courier, monospace;
	overflow: hidden;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #000000;
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-color: #000000;
}
ul {
	list-style-type: none;
}
#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	padding-left:200px;
	position:relative;
	z-index:3;
}
#head {
	position:fixed;
	margin:0;
	top:0;
	right:18px;
	display:block;
	width:100%;
	height:105px;
	font-size:4em;
	z-index:5;
	color:#FFFFFF;
	background-color: #000000;
	background-position: 18px;
}
#foot {
	position:fixed;
	margin:0;
	bottom:-1px;
	right:18px;
	display:block;
	width:100%;
	height:18px;
	background:#000;
	color:#fff;
	text-align:right;
	font-size:1em;
	z-index:4;
	background-color: #000000;
	line-height: 18px;
}

#left {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:185px;
	color:#FFFFFF;
	z-index:4;
}

* html #head, * html #foot,* html #left {position:absolute;}

#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:18px; height:10px; float:left;}
.pad2 {display:block; height:105px;}

a.nav, a.nav:visited {
	display:block;
	width: 120px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	line-height:30px;
	background-image: url(../../pict/buttons/button1inv.gif);
	background-repeat: no-repeat;
	background-position: +100%;
}
a.nav:hover {
	color:#FFFF99;
	height:30px;
	background-image: url(../../pict/buttons/button1invO.gif);
	background-repeat: no-repeat;
	background-position: +100%;
	font-size: larger;
}
a.nav1, a.nav1:visited {
	display:block;
	width: 120px;
	text-decoration:none;
	color:#FFFFFF;
	line-height:30px;
	background-image: url(../../pict/buttons/button1inv.gif);
	background-repeat: no-repeat;
	background-position: +100%;
	font-weight: lighter;
}
a.nav1:hover {
	color:#FFFF99;
	height:30px;
	background-image: url(../../pict/buttons/button1invO.gif);
	background-repeat: no-repeat;
	background-position: +100%;
	font-size: larger;
}
a.nav2, a.nav2:visited {
	display:block;
	width: 120px;
	height:40px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	line-height:10px;
	background-image: url(../../pict/buttons/button1inv.gif);
	background-repeat: no-repeat;
	background-position: +100%;
}
a.nav2:hover {
	color:#FFFF99;
	height:38px;
	background-image: url(../../pict/buttons/button1invO.gif);
	background-repeat: no-repeat;
	background-position: +100%;
	font-size: larger;
}

body,td,th {
	font-family: "Courier New", Courier, monospace;
}
.txbig {
	font-weight:bold;
	font-size: xx-large;
}
.txmedium {font-size:medium;
	font-weight:bold;
}
.txsmall {font-size:small;
	font-weight:bold;
}
.txxsmall {
	font-size:x-small;
	font-weight:lighter;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
