/* CSS Document */

body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #F3E9C2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/TravelBreaksBKGDBlend.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #003d7d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003d7d;
}
a:hover {
	text-decoration: underline;
	color: #7183b2;
}
a:active {
	text-decoration: none;
	color: #7183b2;
}
.smallText {
	font-size: 8pt;
}
.redText {
	color: #cc0033;
	font-weight: bold;
}
.tabLines {
	background-image: url(images/TabBKGDLines.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.returnHome {
	background-color: #003d7d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	border-bottom: solid 2px #cc0033;
}
.navColumn {
	width: 160px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: solid 1px #003d7d;
}
.navHead {
	font-size: 9pt;
	font-weight: bold;
	color: #cc0033;
}
.navItem {
	font-size: 9pt;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
}
.formInputNav {
	width: 100px;
	font-size: 8pt;
}
.mainContent {
	width: 600px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.landingContent {
	padding-left: 20px;
	padding-bottom: 10px;
}
.tripTypeHeader {
	padding-bottom: 2px;
	border-bottom: solid 3px #003d7d;
}
.tripTypeLeftColumn {
	border-bottom: solid 1px #003d7d;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tripTypeRightColumn {
	border-bottom: solid 1px #003d7d;
	padding-top: 2px;
	padding-bottom: 2px;
}
.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #003d7d;
	font-size: 8pt;
}