/* CSS Document */
<!--
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#banner {
	text-align: center;
}
#wrapper {
	margin: auto;
	height: inherit;
}
#topwrap {
	margin: 0px;
}
#title {
	font-family: Comic Sans MS, arial;
	font-size: 18px;
	font-weight: bold;
}
#backtobass {
	display: none;
	visibility: hidden;
}
#seasol {
	display: none;
	visibility: hidden;
}
p {
	font-size: 10px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px
}
h1.tablehead {
	font-size: 18px;
}
h2.tablehead {
	font-size: 16px;
}
p.tablehead {
	font-size: 12px;
}
ul.tablehead {
	font-size: 12px;
}
h1.tablecontent {
	font-size: 16px;
}
h2.tablecontent {
	font-size: 12px;
}
p.tablecontent {
	font-size: 10px;
}
ul{
	list-style-image:   url("art/bass_bullet.gif");
}
.warning {
	color: #000000;
}
h1.warning {
	font-size: 18px;
	text-decoration: underline;
}
ul.a {
	font-size: 14px;
}
.aptable, .aptable td {
	border: 1px solid #000000;
	font-size: 12px;
}
.aptable h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
#content {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
