@charset "UTF-8";
/* CSS Document */

body	{
	color:						#424242;
	background-color:			#fff;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					11px;
	margin:						25px 0;
}

	
.text2 {
	color:						#424242;
	font-family: 			Verdana, Helvetica, Arial, "Century Gothic";
	font-size: 				9px;
	line-height: 			17px;
	}
	
.text2 a:link, .text2 a:visited {
	color:						#424242;
	text-decoration: 		none;
	}

.text2 a:hover {
	color:						#424242;
	text-decoration: 		underline;
	}
	
.text3 {
	color:					#424242;
	font-family: 			Verdana, Helvetica, Arial, "Century Gothic";
	font-size: 				11px;
	line-height: 			19px;
	background-color: 		#fff;
	padding:				5px 20px 5px 10px;
	}
	
.text3 a:link, .text3 a:visited {
	color:						#424242;
	text-decoration: 		none;
	}
	
.text3 a:hover {
	color:						#424242;
	text-decoration: 		underline;
	}
	
.text6 {
	color:						#424242;
	font-family: 			Verdana, Helvetica, Arial, "Century Gothic";
	font-size: 				9px;
	line-height: 			17px;
	background-color: 		#777;
	}
	
.text6 a:link, .text6 a:visited {
	color:						#424242;
	text-decoration: 		none;
	}
	
.text6 a:hover {
	color:						#424242;
	text-decoration: 		underline;
	}

.clear {
	clear: both;
	}

/* Begin classes for Boat Archive */

.archivetitle {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	}

#archivespecs {
	font-size: 9px;
	line-height: 24px;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	}

#archivespecs a:link, #archivespecs a:visited {
	color:  #923C22;
	text-decoration: underline;
	}
	
#archivespecs a:hover {
	color: #f63;
	text-decoration: underline;
	}
	
.lefttitle {
	color: #222222;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
	text-decoration: none;
	padding: 25px 0px 0px 10px;
	background-color: #fff;
}

.archiveBoatImg {
	float: left;
	border: #000 1px solid;
	}

.archiveBoatSpecs {
	float: left;
	width: 230px;
	margin: 0 0 0 25px;
	}

.archiveBoatSpecs table {
	font: 12px Arial, Helvetica, sans-serif;
	}

.archiveBoatSpecs table tr th {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 100%;
	padding: 0 0 5px 0;
	}

.archiveBoatSpecs table tr td {
	width: 100px;
	line-height: 170%;
	}

.archiveBoatSpecs table tr td.key {
	width: 80px;
	}

.archiveBoatSpecs table tr td.value {
	width: 150px;
	}

.archiveBoatSpecs a {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 10px 14px;
	border: #424242 1px solid;
	}

/* end archive */

