a /*overwrite the default regatta setting*/
{
	font-style: normal;
	font-weight: normal;
}

#drawhead p {	font-size: 70%;} /*for top of the page*/

.draw
{
	border: black 1px solid;
	border-top: black 2px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #ccccee;
	margin: 5px auto 10px -50px;
	width: 600px;
	padding: 0;
}
.draw table
{
	width: 95%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #cccccc;
}

.draw tr, .draw td {
	background-color: White;
	
}

#container-center .draw h1, #container-center .draw h2, #container-center .draw h3
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
}

#container-center .draw h1 
{
	font-size: 115%;
	border-top: 2px solid #000;
	padding-top: 1em;
}
#container-center .draw h2
{
	font-size: 100%;
	color: #f03;
}
#container-center .draw h3
{
	font-size: 100%;
	padding-bottom: 0.5em;
}
table.crew {
	background-color: #ffffff;
	font-size: 90%;
}

table.crew tr.crewhead
{
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 110%;
	color: black;
	background-color: #abcdef;
	font-weight: bold;
}



.draw table.evtop, .draw table.evtop tr, .draw table.evtop td
{
	border-top: 1px solid ;
		font-size: 100%;
		background-color: #DEEECC;
}
.draw table.evtop a
{
	font-size: 100%;
	color: black;
	display: block;
	text-decoration: none;
	width: 100%;
}
.draw table.evtop a:link
{}
.draw table.evtop a:visited
{}
.draw table.evtop a:hover
{
	color: #0000cc;
	background-color: #abcdef;
}


.club
{
	border-right: white 1px solid;
	border-top: white 2px solid;
	font-size: 9pt;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #ccccff;
	margin-top: 5px;
	margin-bottom: 10px;
}

.club .evtop {		background-color: #fff; border-top: 0px solid} /*for the club display*/



/* timetable */
ul.timetable
{
	border: black 1px solid;
	border-top: black 2px solid;
	font-size: 100%;
	margin-top: 5px auto 10px 10%;
	width: 400px;
	font-style: normal;
	font-weight: normal;
	background-color: #abcdef;
	list-style: none;
	padding: 10px 20px 10px 30px;
	margin: 10px auto;
}

.timetable li {
	clear: both;
}

.timetable a
{
	font-size: 100%;
	color: black;
	display: block;
	text-decoration: none;
	font-style: normal;
}
.timetable  a:visited
{}
.timetable  a:hover
{
	color: #0000cc;
	background-color: #abcdef;
	text-decoration: underline;
}
.timetable b, .timetable i {
   display: block;
	float: left;
	width: 49%;
	
}
/* end of timetable */