@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 16px;
	font-weight: normal;
}
body {
	background-color: #333;
}
a:link {
	color: #0F0;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	font-weight: bold
}
a:hover {
	color: #FF0;
	font-weight: bold;
}
a:active {
	color: #F00;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

dt {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: normal;
}
.left_float {
	float: left;
	margin-right: 5px;
	border: medium ridge #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.right_float {
	float: right;
	margin-left: 5px;
	border: medium ridge #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.center_float {
	border: medium ridge #CCC;
	margin: 5px;
}
#eagle {
	height: 255px;
	width: 100%;
}
#multisonics {
	height: 600px;
	width: 100%;
}
blockquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #F00;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 16px;
	font-weight: normal;
	border: thin none #000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 16px;
	background-color: #333;
	border: thin none #333;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
upCount {
	border: thin none #000;
	text-align: center;
	padding: 0px;
	background-color: #333;
}