@charset "utf-8";
.race, .raceDay, .race_desc, .racer_name_race, .racer_num_race, .racer_name, .racer_num, .racer_handle, .racer_race, .racer_location, .header_row {
	font-size:10px;
}
.race {
	font-weight: bold;
	text-decoration: underline;
}
.raceDay {
	font-weight: bold;
	color:#060;
	font-size:larger;
}
.race_desc {
	font-weight: bold;
}
.racer_name_race {
	font-weight: bold;
	color:#00F;
}
.racer_num_race {
	font-weight: bold;
	color:#A40000;
}
.racer_name {
	font-weight: bold;
}
.racer_num {
	font-weight: bold;
}
.racer_handle {
	font-weight: bold;
}
.racer_race {
	font-weight: bold;
}
.racer_location {
	font-weight: bold;
}
.header_row {
	background-color:#CFF;
	font-weight:bold;
}
.main_div {
	width:680px;
}
