BODY	{
	background-color: white;
}

TD
{
	font-size: 12px;
}

H1
{
	font-size: 23px;
	color: #008080;
}

.main,
{
	color: black;
	font-size: 10pt;
	font-family: verdana, sans-serif;
}

.calendar,
.calendar TD
{
	font-size: 11px;
	color:black;
}


.normal
{
	font-size: 10pt;
}

.info,
.info table tr td
{
	color: black;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

table.advert TD P,
{
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #3a608d;
}

table.advert TD P strong,
{
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: black;
}


.quickbook,
.quickbook INPUT,
.quickbook SELECT
{
	color: #3a608d;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

.menubar {
	padding-top: 10;
	padding-bottom: 10;
	text-align: center;
	font-size: 11px;
}

.footer,
.menubar {
	background-color: #004200;
}

span.barlink,
a.barlink:link,
a.barlink:active,
a.barlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.barlink:hover {
	color: #cccccc;
}

SPAN.one {
	font-family: verdana, arial, sans-serif;
	font-size: 20;
	font-weight: bold;
}

SPAN.two {
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

SPAN.three {
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

a:link,
a:active,
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
}

/*
 Booking styles
 */
TABLE.booknow {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;

}

TABLE.booknow TH {
	border-width: 1px 1px 4px 1px;
	padding: 0px 3px 0px 3px;
	border-style: solid solid double solid;
	border-color: black black black black;
	font-weight:bold;
	background-color: gray;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 90%;
}

TABLE.booknow TD {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
	font-size:80%;
}

TABLE.booknow TD.inactive {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	color:gray;
	font-size:60%;
	font-family: verdana, Helvetica, sans-serif;
}


