body {
	background-color: #4E6699;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
}
a.white-link:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white-link:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white-link:hover {
	text-decoration: underline;	
	color: #FFFFFF;
}
a.white-link:active {
	text-decoration: underline;	
	color: #FFFFFF;
}
a:link {
	color: #092D9A;
}
a:visited {
	color: #092D9A;
}
a:hover {
	color: #092D9A;
}
a:active {
	color: #092D9A;
}
h1 {
	font-size: 16px;
	color: #13477E;
}
input, select, textarea {
	font-family: Arial;
	font-size: 13px;
  
}
.btn {
  background-color:#990000;
  color:#FFFFFF;
  border-width:1px;
  font-size:9pt; 
  font-weight:bold;
}
.blue {
	color: #13477E;
}
.red {
	color: #CC0000;
}
.white {color: #FFFFFF}
.white-small {color: #FFFFFF; font-size: 11px; }
.price {
	font-size: 14px;
	font-weight: bold;
}
.hotelbook {
	border-right : 1px solid #999999; 
	border-top : 1px solid #999999; 
	border-left : 1px solid #999999; 
	border-bottom : 1px solid #999999; 
	padding : 3px; 
	background : #eeeeee;
}