body{
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

a{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;;
}

a:hover{
	text-decoration: none;
}

h1{
	font-size: 1.1em;
}

img, img a{
	border: 0px;
}

p{
	margin: 10px 0px 10px 0px;
}

#submit{
	color: #ffffff;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

.content{
	clear: both;
	padding: 10px;
}

.footer{
	clear: both;
	margin-top: 10px;
	
	background-color: #020167;
	color: #ffffff;
	height: 20px;
	text-align: center;
}

.footer a{
	background-color: #020167;
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

.header{}

.leftpanel{width: 360px; float: left;}

.page{
	border: 1px solid #cccccc;
	width: 760px;
}

.rightpanel{width: 360px; float:right;}

.title{padding-top: 10px; padding-left: 10px;}

.featurelist{
	color: #000099;
	font-style: italic;
}

.fill{
	width: 95%;
}

/* styles for rates table */

.currencyrow{
	background-color: #cccccc;
	color: #333333;
	font-weight: bold;
}

.rentalrow{
	background-color: #ffff99;
	color: #333333;
	font-weight: bold;
}

.ratesrow_hi{
	background-color: #ffff99;
	color: #333333;
}

.ratesrow_lo{
	background-color: #ffcc99;
	color: #333333;
}

/* end of styles for rates table */

.virtualtour{
	white-space: nowrap;
}


