body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
	color: #000 !important;
	background: #fff;
}

body {
	font: 12px/180% "Georgia", Times New Roman, Serif !important;
}

#top-nav,
#login,
#search,
#primary-nav,
#home-header,
#logged-in,
#breadcrumb,
#secondary-nav-column,
#tab-nav,
form,
#select-card,
#page-tools,
#order-statements,
#pagination,
#footer {
	display: none !important;
}

div#content {
	margin: 0;
	width: 100%;
}

.card-information li {
	list-style: none;
	display: inline;
}

a {
	color: blue;
	text-decoration: none;
}

#content a:after {
	font-size: 1em;
	font-style: italic;
}

#content a[href^='http']:after {
	content: " ("attr(href)") ";
}

.travel-icons {
	text-indent: 0;
}

.tab {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-width: 0;
	background: #fff;
	padding: 0;
	width: auto;
}

.tab table caption span {
	background: none;
	border: none;
}

table thead th {
	color: #000;
}

table tbody tr {
	border-top: 1px solid #ccc !important;
}

table tbody tr.alt {
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
}