*{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0d3880;
	font-size: 11px;
	border: none;
}

body{	
	width: 100%;
	background: url(images/xc-bulgaria2011.jpg) top center no-repeat;		
	background-color: #ffffff;	
	text-align: center;	
}
input,select{
	font-size: 11px;
	border: 1px solid #C1C1C1;
	background-color: White;
	width: 250px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
}
.button{
	width: 70px;
	background-color: #6495ED;
	color: White;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	line-height: 16px;
}
.cont{
	width: 880px;
	margin: 0px auto;
	overflow: hidden;
}
.left{
	width: 150px;
	float: left;
	margin-left: 30px;	
}
.right{
	width: 620px;
	text-align: left;
	margin-left: 210px;
	overflow: hidden;
	margin-top: 200px;
	line-height: 18px;	
}
.clear{
	clear: both;
	line-height: 0px;
	overflow: hidden;
}
div.menu{
	margin-top: 110px;
}
div.menu a{
	display: block;
	width: 140px;
	margin-left: 10px;
	padding-left: 22px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	text-transform: uppercase;	
	text-align: left;
	text-decoration: none;
	margin-bottom: 4px;
}
div.menu a:hover{
	font-weight: bold;
}
table.pilots_table{
	width: 600px;
	border-collapse: collapse;
}
table.pilots_table tr td{
	border: 1px solid #B0C4DE;
	height: 20px;
	padding: 4px;
}
tr.top_row{
	background-color: #6495ED;	
}
tr.top_row td{
	color: White;
	text-align: center;
	font-weight: bold;
}
table.results tr td{
	border-bottom:1px solid #bdd9ff;
}
