body {
	background-color: #ccccff;
	background-image: url(./images/bg.bmp);
 	background-repeat: repeat;
 	background-attachment: fixed;
	margin: 0px;
}
.main {
	text-decoration: none;
	padding: 5px;
	background-color: #F7F7F7;
	border-top: 1px solid #e4e0ea;
	border-left: 1px solid #e4e0ea;
}
.container {
	border-right: 1px solid #e4e0ea;
	border-left: 1px solid #e4e0ea;
	border-top: 1px solid #e4e0ea;
	border-bottom: 1px solid #e4e0ea;
}
td {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a#BTN {
   display: block; text-align: center; font-size: 10px;
	padding: 3px 3px; margin: 1px 2px 1px 2px;
 	border-width: 2px; border-style: outset; border-color: grey;
	text-decoration: none; text-transform: UPPERCASE; letter-spacing: 0px;
 	color: #c5d2e4; background: #073b84;
}
a#BTN:hover {
   background: transparent; border-style: outset;
}
a#BTN span  {display: none;
}
a#BTN:hover span {
	display: block; position: absolute; top: 31px; left: 37%;
	width: 575px; padding: 1px 0px;
	font-size: 12px;
	color: #073b84; background: #bbbbbb; z-index: 1;
	text-transform: none;
	text-align: center; letter-spacing: 0px;
}
a#BTN:active {
   background: white;
	color: black;
	border-style: inset;
}
a#smallBTN {
   display: block inline; text-align: center; font-size: 9px;
	padding: 0px 3px; margin: 3px 4px 3px 4px;
 	border-width: 2px; border-style: outset; border-color: grey;
	text-decoration: none; letter-spacing: 0px;
 	color: #c5d2e4; background: #073b84;
}
a#smallBTN:hover {
   background: #c5d2e4; color: #073b84;
}
img#main {
   border-width: 3px; border-style: double; border-color: grey;
}

img#main:hover {
   border-width: 3px; border-style: solid; border-color: #8282FC;
}


img.flag {
   border-width: 1px; border-style: inset; border-color: grey;
   margin: 4px 1px 1px 1px;
}
img.card {
   padding: 0px 0px;
}
img.flag:hover {
   border-width: 1px; border-style: outset; border-color: grey;
}
.nav {
	color: #c5d2e4;
} 
.left {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.heading {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: 002e70;
	text-decoration: underline;
}

td.welcome {
	text-align: center;
	font-family: times;
	font-size:24px;
	color: #073b84;
}
.address {
	font-family: times;
	font-size:16px;
}
span.hotel {
	text-align: center;
   font-family: times;
	font-size:28px;
	color: #073b84;
	background: transparent;
}
font.title{
   font-family: times;
	font-variant: small-caps;
}

input#submit {
	color: #c5d2e4; background: #073b84;
}
input#submit:hover {
	background: #c5d2e4; color: #073b84;
}
.text {
	width: 250px;
}
.config {
	width: 40px;
}
.red {
	color: red;
}
