@charset "utf-8";
/* CSS Document */

body {
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width:100%;
	margin: 0.25in;
	background: none;
}

#top {
	width:100%;
}

#navigation {
	display:none;
}

#footer {
	display:none;
}

	
/*Secondary Pages*/
	
#Content{
	width:100%;
}

/*Rail Stations Table */
#RailStations {
	border-color: #999999;
	font-size:small;
	width:700px;
	margin-bottom:30px;
}

#RailStations th {	
		border-width: 1px;
		padding: 5px;
		border-style: solid;
		border-color: #999999;
		background-color:#d5d5d5;
}	

#RailStations td {
		padding: 5px;
		border-style: solid;
		border-width:1px;
		border-color: #999999;
		background-color: #ffffff;
		text-align:center;
}

/*Bus Stations Table */
#BusStations {
	border-color: #999999;
	font-size:small;
	width:700px;
	margin-bottom:30px;
}

#BusStations th {	
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color:#d5d5d5;
	text-align:center;

}	
	
#BusStations td {
	padding: 5px;
	border-style: solid;
	border-width:1px;
	border-color: #999999;
	background-color: #ffffff;
}



/* TEXT */

a:link  {
	color:#000000;
	text-decoration:none;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size:medium;
	font-weight:bold;
}

h3 {
	font-size:medium;
	color:#666;
}

p {
	font-size:medium;
}

.header {
	font-weight: bold;
}

img.right {
	margin:5px 0px 5px 5px;
}

img.left {
	margin:5px 5px 5px 0px;
}
