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

/*this is for boatClub.htm*/
		
		
		.off {
			list-style: none;
			font-size: 14px;
			margin-left: 10px;
			}
			
		.direct {
			list-style: none;
			font-size: 14px;
			margin-left: 30px;
			}
			
		.click {
			margin-bottom: 10px;
			margin-left: 230px;
			margin-top: 10px;
			}
			
		table {
			background-color: #F7F9BB;
			margin-bottom: 10px;
			}
			
		th {
			text-align: left;
			padding-bottom: 5px;
			padding-top: 5px;
			}
			
		td {
			padding-bottom:10px;
			padding-right: 10px;
			padding-top: 10px;
			border: none;
			vertical-align: baseline;
			}
			
/* This is for bcForm.htm*/

		#bcMain p {
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
		font-weight: bold;
		margin-left: 10px;
		padding-bottom: 4px;
		padding-top: 4px;
		}
		
	.rev {
		font-size: 8pt;
		font-weight: normal;
		}
		
	#accepted p {
		position: relative;
		}	
		
	#accepted p {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	height: 50px;
	width: 80px;
	padding: 10px;
	margin: 5px;
	border: #000000 2px solid;
	text-align: center;
	position: absolute;
	left: 378px;
	top: 522px;
		}
		
	
