/* CSS Document */
body{
background-color: #eeeeee;
margin-top: 10;
} 
.body-text {
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.logo {
	background-image: url(../hotelSpecImgs/logoback.gif);
	background-repeat: no-repeat;
}
.search-box {
	background-image: url(../hotelSpecImgs/search-bg.gif);
	background-repeat: no-repeat;
}
.call-box {
	background-image: url(../hotelSpecImgs/call-bg.gif);
	background-repeat: no-repeat;
}
.content-box {
	margin-top: 10px;
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.border-1px-gray {
	border: 1px solid #CCCCCC;
}
.menu-box {
	height: 228px;
	width: 200px;
}
.footer-font {
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
}
/* link style for footer */
.footer-font A:link {
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: none }
.footer-font A:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none}
.footer-font A:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none}
.footer-font A:hover {	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;}
	

.left-line-1px {
	border-left: 1px dotted #999999;
}
.test-table {
}

