body
{
}
h1
{
	font-family: Georgia;
	font-size: 18pt;
	color: #f7f7f7;
}
.defaultTrip
{
	font-size: 8pt;
	color: white;
	font-family: tahoma;
	text-decoration: none;
}
.defaultTripLink
{
	font-size: 8pt;
	color: white;
	border-bottom: silver 1px dotted;
	font-family: tahoma;
	text-decoration: none;
}
#tripHeader
{
	background-color: Black;
	font-size: 8pt;
	color: white;
	font-family: tahoma;
	height:20px;
	vertical-align: middle;
	border-bottom: silver 1px;
	z-index: 100px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 100;
}
#tripHeader A
{
	font-size: 8pt;
	color: white;
	border-bottom: silver 1px dotted;
	font-family: tahoma;
	text-decoration: none;
}
#tripHeader #tripLeftHeader
{
	position: fixed;
}
#tripHeader #tripRightHeader
{
	position: absolute;
	top: 0px;
	right: 0px;
}
