@charset "UTF-8";
table.boatstable/* CSS Document */

 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
th.boatstable {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding: 2px;
}
tr.boatstable {
	text-align: center;
}
td.boatstable {
	text-align: center;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
