/*GENERAL*/

body {
	font-size: 14px;
	line-height: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	border-bottom-style: solid;
}

strong {
	font-weight:normal;
}

/*HEADER*/
h1 {
	font-size: 200%;
	line-height: 1.2em;
	font-weight: normal;
}
#route_head a
{
	font-size:10px;
	color:#ccc;
}

/*TIMETABLE*/
table caption {
	font-size: 200%;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
	margin-left: -0.3em;
}

table caption .other_direction {
	font-size: 50%;
	line-height: 1.5em;
}

table th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}

table tr.date th {
	font-size: 135%;
	line-height: 1.7em;
	font-weight:normal;
	padding: 0 0.7em;	
}

table td {
	line-height: 1.5em;
}

/*FORM*/
form#choose_route,
p#crashed
{
	font-size: 200%;
	line-height: 150%;
}
form#choose_route input
{
	font-size:100%;
}

/*FOOTER*/
#footer ul a
{
	border-bottom: none;
	font-size: 120%;
}