body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(images/bg_cloud.jpg);
	margin-top: 2px;
}
input, select, textarea {
	border: 1px solid #000000;
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.green {
	color: #006600;
}
.m-text {
	font-size: 14px;
	font-weight: bold;
}
.font12 {
	font-size: 12px;
}

#main-tbl {
	border-right: thin solid #00FF00;
	border-left: thin solid #00FF00;
	width: 700px;
}
.box-green {
	border: 1px solid #00FF00;
}

#nav_bar td {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
}
#nav_bar td a {
	font-weight: bold;
	color: #FFFFFF;
}
#nav_bar td a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #000000;
}



.s-warning {
	font-size: 10px;
	color: #FF0000;
}
input[type=submit] {
	font-weight: bold;
	color: #000000;
	background-color: #009900;
	border: 1.4px solid #000000;
}
input[type=submit]:hover {
	background-color: #00CC00;
}

.button {
	border: thin solid #000000;
	background-color: #FFFF00;
	text-align: center;
	width: 75px;
	font-weight: bold;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #00CCCC;
	text-decoration: underline;
}
.text2 {
	font-size: 10px;
}
.hotel-name {
	color: #FFFFFF;
	background-color: #FF0000;
	border: thin solid #FFFFFF;
}
.hotel-name a {
font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
}
.green-button {
	color: #FFFFFF;
	background-color: #006600;
	border: thin solid #00FF00;
	text-align: center;
	position: relative;
}
.green-button a {
	font-weight:bold;
	color: #FFFF00;
	text-decoration:none;
	display:block;
}
.green-button a:hover {
	background-color: #000000;
	display: block;
}
