.leftcol {
	float: left;
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
}
.rightcol {
	float: right;
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 24px;
}
.centercol {
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}
.tripbox {
	background-image:  url("images/current/tripboxbar.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 200px;
	font-size: 0.8em;
	margin-bottom: 10px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
div.content p {
	font-size: 0.65em;
}
div.tripbox p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.7em;
	margin: 10px;
	font-weight: bold;
}
.triptitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.triptitle a {
	color: #FFFFFF;
}
.triptitle a:hover {
	color: #000000;
	text-decoration: none;
}
.tripspecial {
	background-color: #B0E8FF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.strikeout {text-decoration: line-through;
}

