BODY {
	font-family : Arial, Helvetica, sans-serif;
}

.navlinks {
	font-family : "Berlin Sans FB Demi",Arial, sans-serif;
	font-weight : bold;
	font-size : 16pt;
}

A:ACTIVE.navlinks, A:LINK.navlinks, A:VISITED.navlinks {
	color : white;
}

A:hover.navlinks {
	color : #990000;
}

/* Links */
.description {padding-left: 20px; font-size: smaller; padding-bottom: 3px;}

.highlight {
	font-size : larger;
	font-style : italic;
}



TD.head {
	background-color:#555C79;
	color:White;
	text-align : center;
	font-weight : bold;
	font-size : large;
}

TH.subhead {
	background-color:#8D94B0;
	color:White;
}



H1 {
	text-align : center;
	color : #555C79;
}

.header {
	background-color : Yellow;
}

.crew {
	background-color : Yellow;
}
.nocrew {
	background-color : Silver;
	color : White;
}
.racing {
	background-color : #FFCC99;
}
.social {
	background-color : #CCFFFF;
}
.title {
		text-align : center;
		font : bold large;
}
.subtitle {
		text-align : center;
		font : bold;
}
.cancel {
		color : Red;
		font-weight : bold;
		text-align : center;
}
.norace {
		text-align : center;
}
.tooltip {
	width:300;
	position : absolute;
	left:0;
	top:0;
	border-width: 5;
	border-color: #0000cc #6495ED;
	border-style: solid;
	padding:3;
	background-color : beige;
	visibility : hidden;
}
