@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #6E8144;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D1DC92;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.borderside {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/wheel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.borderAll {
	border: 1px solid #000000;
}

.rider {
	background-image: url(images/rider_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.supplies {
	font-size: smaller;
	padding-left: 40px;
	line-height: 18px;
}
.borderW {
	border: 1px solid #FFFFFF;
}
.smallText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
