body
{
	
}
.DepartureButton 
{
	font-size:small;
	font-weight:bold;
	color:Green;
}
.ArrivalButton
{
	font-size:small;
	font-weight:bold;
	color:Red;
}
table.Header
{
	width:600px;
}
table.Header td;
{
	width:33%;
	float:left;
	text-align:center;
	vertical-align:bottom;
}

table.Header h2
{
	color:Blue;
	font-size:20pt;
	font-weight:bold;
	font-family:Arial;
}

table.Header h4
{
	font-size:7pt;
	font-weight:normal;
	vertical-align:bottom;
}

div.Logos img
{
	margin-right:5px;
	width:90px;
	height:22px;
}

tr.Problem {
 background-color:PaleGoldenrod;
 color:Blue;
 font-weight:bold;
 
}
.Arrival tr.Problem {
	color:Blue;	
}

.Departure tr.Problem {
	color:Green;
}