/* CSS Document */
body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#153B63;
	margin-left:0px;
	margin-top:0px;
	padding: 10px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #153B63;
}
table.routetable {
	margin: 3px;
}
table.locationstable, {
	width: 500px;
	padding: 10px 10px 10px 10px ;	
}
hr {
	width: 485px;
	color:#153B63;
	height: 1px;
}
a{
	text-decoration:none;
	color:#153B63;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
	padding: 0px;
}
#locationstable{
width: 485px;
}
th {
text-align:left;
}
h2 {
	font-size: 11px;
}
a.rood {
	color: #FF0000;
}
a.mail {
	text-decoration: underline;
}

a.mail:hover {
	text-decoration: none;
}
