body {
	background-color: #fafafa;
	color: #000;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	padding: 0;
	margin: 5px;
}

#header {
	position: absolute;
	width: 700px;
	height: 165px;
	z-index: 1;
	left: 5px;
	top: 5px
}

#logo {
	position: absolute;
	width: 311px;
	height: 165px;
	z-index: 2;
	left: 0px;
	top: 0px
}

#topmenu {
	position: absolute;
	width: 575px;
	height: 24px;
	z-index: 1;
	left: 208px;
	top: 141px
}

#topmenu img {
	margin: 0;
}

#lastupdate {
	position: absolute;
	width: 128px;
	left: 10px;
	top: 520px
}

#lastupdate p {
	font-size: smaller;
	text-align: left;
}

#plane {
	position: absolute;
	width: 108px;
	height: 69px;
	z-index: 3;
	left: 360px;
	top: 40px
}

#leftmenu {
	position: absolute;
	width: 128px;
	height: 360px;
	z-index: 4;
	left: 10px;
	top: 180px
}

#leftmenu table {
	border-collapse: collapse;
	border: none;
}

#leftmenu td {
	padding: 0;
	margin: 0;
	border: none;
}

#leftmenu tr {
	padding: 0;
	margin: 0;
	border: none;
}

#leftmenu img {
	margin: 0;
}

#leftmenu a {
	padding-top: 2px;
	padding-left: 5px;
	display: block;
	color: #000;
	width: 128px;
	height: 22px;
	font-size: 11px;
	text-decoration: none;
	background: url('images/button.jpg');
	background-repeat: no-repeat;
}

#leftmenu a:hover {
	color: #f00;
	background: url('images/button_over.jpg');
	background-repeat: no-repeat;
}

#main {
	position: absolute;
	top: 175px;
	left: 145px;
	width: 625px;
}

p {
	font-family: Arial, sans-serif;
	text-align: justify;
}

li {
	font-family: Arial, sans-serif;
}

td {
	font-family: Arial, sans-serif;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 18pt;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 13pt;
}

div.caption {
	text-align: center;
	font-family: sans-serif;
	font-size: 9pt;
	padding: 0px;
	background-color: #eee;
	margin: 10px;
	border: solid 1px #039;
}

div.caption img {
	margin: 0;
}

div.notice {
        font-family: Arial, sans-serif;
        border: solid 1px #000;
        margin: 10px;
        padding: 10px;
        background-color: #e7e7e7;
}

div.notice h1 {
        font-size: 12pt;
        border-bottom: solid 1px #000;
}

