body {
	margin-top 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, Sans;
	font-size: 14px;
}
.tdLowerBorder {
	border-bottom: 1px solid #cccccc;
}
.travelCenterLinks {
	font-size: 14px;
	color: #ce2b12;
	
}
.travelCenterLinks a:link {
	text-decoration: none;
	color: #ce2b12;
}
.travelCenterLinks a[href]:hover {
	text-decoration: underline;
	color: black;
}
.travelCenterLinks a:visited {
	text-decoration: none;
	color: #ce2b12;
}

.countryNav {
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	background-color: #57b1a5;
	text-align: center;
}
.countryNav a:link {
	text-decoration: none;
	color: white;
}
.countryNav a[href]:hover {
	text-decoration: underline;
	color: yellow;
}
.countryNav a:visited {
	text-decoration: none;
	color: white;
}

.regionNav {
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	background-color: #ce2b12;
	text-align: center;
}
.regionNav a:link {
	text-decoration: none;
	color: white;
}
.regionNav a[href]:hover {
	text-decoration: underline;
	color: yellow;
}
.regionNav a:visited {
	text-decoration: none;
	color: white;
}
.contentNav {
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: red;
	background-color: #f7af45;
	text-align: center;
}
.contentNav a:link {
	text-decoration: none;
	color: red;
}
.contentNav a[href]:hover {
	text-decoration: underline;
	color: white;
}
.contentNav a:visited {
	text-decoration: none;
	color: red;
}
.homePageText {
	padding-top: 11px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #837E80;
	text-align: center;
}
.footer a {
	text-decoration: none;
	color: #837E80;
}
.footer a:hover {
	text-decoration: none;
	color: black;
}
.footer a:visited {
	text-decoration: none;
	color: #837E80;
}

.lowerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #837E80;
	text-align: center;	
}
.lowerNavigation a:link {
	text-decoration: none;
	color: #837E80;
}
.lowerNavigation a[href]:hover {
	text-decoration: none;
	color: #B2244D;
}
.lowerNavigation a:visited {
	text-decoration: none;
	color: #837E80;
}
.regionPagePhoto {
	font-size: 12px;
	height: 339px;
	background-color: #FFFFFF;
	/*background-image: url(graphics/regional/asiaRegionPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 65px;
	padding-left: 20px;
	line-height: 15px;
}
.regionPagePhoto a:link {
	text-decoration: none;
	color: white;
}
.regionPagePhoto a[href]:hover {
	text-decoration: underline;
	color: yellow;
}
.regionPagePhoto a:visited {
	text-decoration: none;
	color: white;
}

.homePagePhoto {
	font-size: 12px;
	height: 339px;
	background-color: #FFFFFF;
	background-image: url(graphics/homePage/homePagePhoto1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 65px;
	padding-left: 20px;
	line-height: 15px;
}
.homePagePhoto a:link {
	text-decoration: none;
	color: white;
}
.homePagePhoto a[href]:hover {
	text-decoration: underline;
	color: yellow;
}
.homePagePhoto a:visited {
	text-decoration: none;
	color: white;
}

.tripPageNav {
	font-size: 13px;
	color: black;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 20px;
}
.tripPageNav a:link {
	text-decoration: none;
	color: black;
}
.tripPageNav a[href]:hover {
	text-decoration: underline;
	color: #ce2b12;
}
.tripPageNav a:visited {
	text-decoration: none;
	color: black;
}

.countryLink {
	font-size: 16px;
	color: #57b1a5;
	text-decoration: none;
}
.countryLink a:link {
	text-decoration: none;
	color: #57b1a5;
}
.countryLink a[href]:hover {
	text-decoration: underline;
	color: #ce2b12;
}
.countryLink a:visited {
	text-decoration: none;
	color: #57b1a5;
}

.collectionLinks {
	font-size: 16px;
	color: black;
	text-decoration: none;
}
.collectionLinks a:link {
	text-decoration: none;
	color: black;
}
.collectionLinks a[href]:hover {
	text-decoration: underline;
	color: #ce2b12;
}
.collectionLinks a:visited {
	text-decoration: none;
	color: black;
}

select,input, textarea {
	font-size: 14px;
}
.tripListSpacing {
	line-height: 20px;
}

