body {
	text-align: center;
	margin: 0 auto;
}

h1, h2, h3 {
	margin-top: 0;
}

h2, h3 {
	margin-bottom: 0;
}

td {
	margin: 0;
}

input[type=image] {
	border: 0;
}

.wrapper {
	position: relative;
	top: 10px;
	width: 820px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
}

.menu {
	text-align: left;
	border: 1px solid black;
	padding-left: 5px;
}

.main {
	border-color: black;
	border-style: solid;
	border-width: 0;
	margin-top: 5px;
}

.pagecontrol {
	border-top: 1px solid black;
	clear: both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.pl5 {
	padding-left: 5px;
}

.header {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0;
	padding: 0;
}

.fulltable {
	table-layout: fixed;
	width: 662px;
	border: 0;
	margin: 0;
	padding: 0;
}

.bold {
	font-weight: bold;
}

.noborders {
	border: 0;
}

.loginbox, .picbox, .hlpbox {
	position: absolute;
	border: 1px solid black;
	visibility: hidden;
	z-index: 10000;
}

.loginbox, .hlpbox {
	background-color: #FFFF80;
}

.picbox {
	display: inline;
}

.hlpbox {
	width: 200px;
	display: inline;
}

.loginbox {
	width: 250px;
}

div.lline, tr.lline td, tr.lline th, table.lline td {
	background-color: #DDDDDD;
}

div.dline, tr.dline td, tr.dline th, table.dline td {
	background-color: #AAAAAA;
}

.nover {
	white-space: nowrap;
	overflow: hidden;
}

.rb {
	border-right: 1px solid black;
}

.tld {
	background-image: url('../images/tld.bmp');
	background-repeat: no-repeat;
	background-position: left top;
}

.trd {
	background-image: url('../images/trd.bmp');
	background-repeat: no-repeat;
	background-position: right top;
}

.bld {
	background-image: url('../images/bld.bmp');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.brd {
	background-image: url('../images/brd.bmp');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.bll {
	background-image: url('../images/bll.bmp');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.brl {
	background-image: url('../images/brl.bmp');
	background-repeat: no-repeat;
	background-position: bottom right;
}