
body {
	background: center;
	margin: 0px;  
	background-color: #000000; 
	text-align: center; 
}

body, tr, td { 
	font-family: verdana; 
	font-size: 11px; 
	color: #6da6b1; 
}

h1 {
	text-align: right;
	letter-spacing: 5px;
	color: #056e8d;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid #00205c;
}


#top {
	position: absolute;
	left: 0px; 
	top: 0px; 
}

#contentall {
	position: relative; 
	background-color: #000000;
	margin: 0 auto;
	width: 695px;
	text-align: justify;

}

#content { 
	position: absolute;
	left: 150px;
	top: 390px;
	width: 500px;
	padding: 10px;
	line-height: 15px;
}

a:visited, a:link { 
	background-color: #148492;
	font-family: arial;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
}

a:hover { 
	background-color: #000000;
	font-family: arial;
	font-variant: small-caps;
	color: #0a7277;
}



#navi {
	position: absolute;
	left: 30px; 
	top: 397px; 
	width: 90px;
	padding: 10px;
	font-size: 12px;
	letter-spacing: 1px; 
	text-align: left; 
}


#navi li	{
	list-style: none;
	font-family: arial;
	text-transform: lowercase;
	font-size: 11pt;
	letter-spacing: 2px;
	text-align: center;
	width: 90px;
	}

#navi li a {
	display: block;
	padding: 3px;
	margin-bottom: 3px;
	color: #000000;
	text-decoration:none;
	background-color: #0a7277;
	width: 90px;
	font-weight: normal;
	border-right: 3px solid #6da6b1;
	border-bottom: 1px solid #6da6b1;
	border-left: 3px solid #6da6b1;
	font-size: 8pt;
	}

#navi li a:hover{
	color:#FFFFFF;
	font-style: bold;
	text-decoration:none;
	background-color:#6da6b1;
	border-left: 0;
	border-right: 0;
	cursor: help;
	}

#navi ul {
	margin: 0;
	padding: 0;
	line-height: 10px;
	margin-bottom: 10px;
	}





