@charset "utf-8";	
/* CSS Document */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #50B948;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D4199;
	line-height: 1.5em;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

p.center{
	text-align:center;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7D4199;
	list-style-type: disc;
	margin-top: -5px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D4199;
	line-height: 2em;
}

.rideRules {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D4199;
	font-weight: bold;
	font-style: italic;
}
.rideTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7D4199;
}
.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4FB94A;
	text-align:left;
}

.bigType {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
}
.smallType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D4199;
}

a:link {
	color: #7D4199;
	text-decoration: underline;
}
a:visited {
	color: #7D4199;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #7D4199;
}

.bonusPoints {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #7D4199;
	font-weight: bold;
	font-style: italic;
}
