body {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.top {
	height:80px;
	background-image: url(img/sea-top.gif);
	background-repeat: repeat-x;
}

td.menu_button a
{
	padding-top:4px;
	font-size: 14px;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight:bold;
	color:#001633;
	background-image: url(img/but_off.gif);
	background-repeat: no-repeat;
	height:24px;
	width:118px;
	display: block;
}

td.menu_button a:hover
{
	background-image: url(img/but_on.gif);
	background-repeat: no-repeat;
}

.menu {
	color:#001633;
	height:24px;
	background-image: url(img/but_bkg.gif);
	background-repeat: repeat-x;
}
td.head
{
	color:#003a86;
	font-size: 1.3em;
	font-weight:bold;
}
td.body
{
	font-size: 0.8em;
}
td.vendor
{
	font-size: 0.9em;
	color:#015c9e;
}
td.vendor a
{
	color:#015c9e;
}
td.date
{
	font-size: 0.7em;
	color:#015c9e;
}
.sub_info
{
	color:#179e6c;
	font-size: 0.7em;
}
.topic_review {
	overflow: auto;
	width: 100%;
	height: 200px;
}
.copyright
{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #688ca8;
	letter-spacing: -1px;
}