@charset "utf-8";
/* CSS Document */

#backgroundImage{
	display: none;
}
#nav{
	display: none;
}
#footer{
	display: none;
}
body {
	font: small Thaoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0px;
	color:#000080;
}
a {
	text-decoration: none;
	color: #00999f;
}
a:hover {
	text-decoration: underline;
	color: #000080;
}
img {
	border: none;
}
h3{
	*font-size: 120%; /* For IE<=7 */
}
#headerImage{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#weather{
	width: 100%;
}
#weatherTable{
	margin-left: auto;
	margin-right: auto;
}
#weatherTable caption{
	background:#4878bb;
	color: #eee;
	font-size: small;
	font-weight: bold;
}
#weatherTable td{
	font-size: smaller;
	padding-left: 10px;
	padding-right: 10px;
}
#weatherTable td:first-child{
	font-size: x-large;
	font-weight:bold;
}
#lsrates{
	border: thin solid #aaaaaa;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
}
#lsrates tr.header{
	background-color: #000080;
	color: #eeeeee;
}
#lsrates tr.even{
	background-color: #aaaaaa;
}
#lsrates td, th{
	border: thin solid #eeeeee;
	border-collapse:collapse;
}
#lsrates td.fare{
	text-align: right;
}