body.withRoad {
	background: url(road.jpg) no-repeat fixed #FFF;
	font-family: palatino, georgia, times, serif;
	font-size: 12px;
	color: #600;;
}

body.withoutRoad {
	background-color: #FFF;
	font-family: palatino, georgia, times, serif;
	font-size: 12px;
	color: #600;;
}

td {
	font-family: palatino, georgia, times, serif;
	font-size: 12px;
	color: #600;
}

th {
	font-family: palatino, georgia, times, serif;
	font-size: 12px;
	color: #600;
}

a:link {
	font-family: palatino, georgia, times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #600;
	text-decoration: underline;
}

a:visited {
	font-family: palatino, georgia, times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #600;
	text-decoration: underline;
}

a:hover {
	font-family: palatino, georgia, times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #600;
	text-decoration: underline;
}

span.title {
	font-family: palatino, georgia, times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}