DIV.content{
        margin-left:auto;
        margin-right:auto;
        text-align: center;
        background-color: white;
        color: black;
        width: 100%;
        border-style:solid;
        border-width: thin;
        border-color: Navy;
}
.button{cursor:pointer;  font-size:2em;}
.button:hover{text-decoration:underline}
}
DIV.half
{
	width: 50%;
}
.border{
        border-style: solid;
        border-width: thin;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-color: #000066;
        width: 100%;
}
.top
{
	text-align: justify;
	vertical-align: top;
}
.bottom
{
	vertical-align: baseline;
}

IMG.hotImage
{
	height: 150px;
	width: 150px;
	border: 0;
}

.allborder{
        color: black;
        border-style: solid;
        border-width: thin;
        border-color: gray;
        padding: 0cm;
}
DIV.fillbox
{
        height: 4%;
        background-color: #000066;       
}

.center{
        text-align: center;
}
.right{
        text-align: right;
}
.left{
        text-align: left;
}
.subheading{
        color: Navy;
        font-size: 14px;
        font-weight: bold;
        text-transform: capitalize;
}
.smallheading
{
	font-weight: bold;
}
.inline
{
	display: inline;
}
form.hotel{
        height: 20%;
        text-align: center; 
        /*background-color: CCCCFF;*/
        background-color: Navy;
        width: 97%;
        padding: 4px;
}

table
{margin-left: auto;
margin-right: auto;}

A:link {
	FONT-SIZE: 12px; COLOR: #000066; FONT-FAMILY: arial; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 12px; COLOR: #000066; FONT-FAMILY: arial; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 12px; COLOR: #6F6F75; FONT-FAMILY: arial; TEXT-DECORATION: none
}
.smallText
{
	FONT-SIZE: smaller;
}
.warning{
        color: red;
}
DIV.short
{
	width:27%;
}
DIV.long
{
	width:73%;
}
DIV.footnote{
        color: gray;
        font-size: x-small;
        font-style: italic;
}
