body {
	background-color: #FFFFFF;
	margin: 0px;
}
.header {
	width: 760px;


}
.ptitle {
	background-color: #FFFFFF;
	height: 64px;

}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.content td{
	padding-left: 15px;

}

.bikestable {
	background-color: #333333;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
	height: 140px;


}
.bikestable td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
	text-align: right;
	padding-right: 5px;


}
.linkstable {
	background-color: #CC3300;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
	height: 140px;


}
.linkstable td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 22px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;


}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: bottom;
	padding-bottom: 5px;
	text-align: center;


}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #66FF00;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.selection {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
	text-transform: uppercase;

}
.details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #CC3300;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 20px;

}
#table1 {
	position: relative;
	top: 10px;
	background-color: #172c40;
	height: 140px;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 10px;
	z-index: 3;
}
#table2 {
	background-color: #c60000;
	position: relative;
	border: 1px solid #FFFFFF;
	width: 125px;
	left: -1px;
	z-index: 4;
}
#table1 td{
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#table2 td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-left: 35px;
	height: 28px;
}
