@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 75%;
	line-height: 18px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header
{
	width: 919px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(imgs/bionic_logo.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

#header h1
{
	display: none;
	background: transparent;
}

.menu {
	text-align: center;
	white-space: nowrap;
	margin-right: 17px;
	margin-left: 17px;
	font-size: 85%;
	letter-spacing: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 150%;
	font-weight: normal;
	text-align: left;
	margin-bottom: 5px;
}

li {
	line-height: 18px;
	margin-left: -20px;
	list-style-type: square;
	letter-spacing: 0.5px;
}

p {
	text-align: justify;
	letter-spacing: 0.5px;
}

.tableCell {
	padding-top: 10px;
	padding-bottom: 30px;
}
