@charset "utf-8";
/* CSS Document */

.app-bg {
	background-image: url(../images/app-bg.png);
	background-repeat: no-repeat;
	height: 563px;
	width: 794px;
}
.app-bg-holiday {
	background-image: url(../images/holiday-autos.png);
	background-repeat: no-repeat;
	height: 563px;
	width: 794px;
}
.app-bg-insurance {
	background-image: url(../images/travel-insurance.png);
	background-repeat: no-repeat;
	height: 563px;
	width: 794px;
}
.baner-text {
	color: #FFFFFF;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 150px;
	text-align: right;
	font-weight: bold;
}
.banner-text-right {
	color: #FFFFFF;
	margin-top: 70px;
	margin-right: 60px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.keyword{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
}
#booking-form {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#booking-form select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #000000;
}
#booking-form input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #000000;
}
.emp{
	color: #FF6600;
	font-size: 16pt;
	font-weight: bold;
}
#navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
	vertical-align: middle;
}
.nav {
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	width: 118px;
	height: 28px;
}
.nav:hover {
	background-image: url(../images/a-hover.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	width: 118px;
	height: 28px;
}
.small {
	font-size: 8pt;
}
.footer {
	font-size: 8pt;
	text-align: center;
	color: #333333;
}
.footer a{
	font-size: 8pt;
	text-align: center;
	color: #333333;
	font-weight: bold;
}

