*{
	padding:0;
	margin:0px;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
.clear{
	clear:both;
	height:1px;
	overflow:hidden;	
}
body{
	background:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	margin-top:50px;
}
textarea{
	overflow:hidden;
}
#wrapper{
	width:770px;
	height:auto;
	margin:auto;
}
#fieldset_bethesda_bike{
	width:765px;
	margin:0px 0px 10px 0px;
	background:#CCCCCC;
}
#title_header{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:18px;
	font-style:italic;
	color:#000;	
}
.line{
	height:0px;
	border:#000000 1px solid;
	color:#000000;
}
#title{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
}
#table_bethesda_bike{
	width:100%;
}
#table_bethesda_bike tr td{
	padding:5px 0 0 5px;
}
.text_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	width:565px;
	height:85px;
	margin:auto;
}
#text_thanks{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	width:500px;
	padding-top:30px;
	margin-right:20px;
	float:left;	
}

/* ---List--- */
#container_list{
	width:1280px;
	margin:50px 0px 10px 10px;
	padding:0px;
}
.list{
	width:1280px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;

}
.list th{
	background:#FF0000;
	color:#FFFFFF;
	text-align:center;
	border:1px #000000 dashed;	
}
.list td{
	text-align:center;
	border:1px #000000 solid;	
	padding:3px;
}
.list td a{
	color:#000000;
	text-decoration:none;
}
.list td a:hover{
	color:#000000;
	text-decoration:underline;
}