body
{
	background: #ffe589;
	color: #005490;
}

h1
{
	font-size: 1.8em;
	font-weight: 600;
}

h2
{
	font-size: 1.4em;
	font-weight: 600;
}

.nav td
{
	text-align: center;
}

.nav a
{
	display: block;
	text-decoration: none;
	color: #005490;
	padding: 5px;
}

.nav a:hover
{
	text-decoration: underline;
	color: #00f;
}

a
{
	color: #005490;
}

a:hover
{
	color: #00f;
}

.list
{
	list-style-image: url(images/star1.png);
}

.list li
{
	vertical-align: top;
}

.whiteborder
{
	border: 10px solid #eef;
}

.rates th
{
	background: #005490;
	color: #ffe589;
	padding: 3px;
}

.rates td
{
	border-right: 1px solid #005490;
	border-bottom: 1px solid #005490;
	padding: 3px;
}

.av
{
	background: #cfc;
}

.bkd
{
	background: #fcc;
}

.calendar
{
	border: 1px solid #660;
	background: #ffe;
}

.calendar td
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
}


.account
{
	border-color: #66f;
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 5px;
}

.account td
{
	border-color: #66f;
	background: white;
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}





