body
{
	margin: 0;
	font-family: verdana, arial, sans-serif;
	background: #def;
}

.title
{
	border: 1px solid #666;
	width: 802px;
}

.nav
{
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #666;
	width: 800px;
	background: url(images/title_base1.jpg);
	font-size: 0.6em;
}
	
.nav th
{
	width: 11%;
}

.nav a
{
	display: block;
	text-decoration: none;
	text-align: center;
	border: 1px solid #666;
	padding: 5px;
	color: #00c;
}

.nav a:hover
{
	border: 1px solid #ccc;
}

.rates
{
	display: block;
	color: #fff;
	padding: 5px;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.border img
{
	border: 4px solid silver;
}

.av
{
	background: #cfc;
	color: blue;
}

.av a
{
	color: blue;
}

.bkd
{
	background: #fcc;
}

.bkd a
{
	color: blue;
}

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

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

.calendar a
{
	text-decoration: none;
	color: blue;
	display: block;
}

.rainbow
{
	width: 350px;
	height: 525px;
	text-align: center;
	color: white;
	font-size: 150%;
	font-weight: 400;
	font-style: italic;
	background-image: url(images/rainbow.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

