@charset "utf-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0F243F;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #A01B36;
}
a:visited {
	text-decoration: none;
	color: #A01B36;
}
a:hover {
	text-decoration: none;
	color: #0F243F;
}

a:active {
	text-decoration: none;
}
.boxline {
	border: 1px solid #FFFFFF;
	padding: 2px;
	color: #FFF;
}
h1 {
	font-size: 12px;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	border-bottom-style: solid;
	border-top-color: #001A49;
	border-right-color: #001A49;
	border-bottom-color: #FFFFFF;
	border-left-color: #001A49;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

h2 {
	font-size: 12px;
	font-variant: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	border-bottom-style: solid;
	border-top-color: #001A49;
	border-right-color: #001A49;
	border-bottom-color: #FFFFFF;
	border-left-color: #001A49;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.boatname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #9E1831;
	letter-spacing: 0px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sold {
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
}
.menusold {
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
	font-size: xx-small;
}
.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	font-style: normal;
	background-position: center center;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
	height: 15px;
	width: 45px;
	float: left;
	padding: 2px;
	border: 1px groove #001A49;
	font-variant: small-caps;
	vertical-align: middle;
}
.whitetext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

