@charset "utf-8";
/* CSS Document */
.tour .header {font-weight:bold;}
.tour table {
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;}
.tour table td {
	padding:3px;}
.tour table tr.blue {
	background-color:#ededed;}
.tour table tr.red {
	color:#d10000;
	font-weight:bold;}