@charset "utf-8";
/* CSS Document */

body {background-image: url(images/bg4.jpg); background-repeat: no-repeat; background-size: cover;}

.button
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000;
}
.bookingdetailstextarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000;
}
.tabletext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	text-align: left;
}
.eventtext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-align: left;
	background-color:#333333;
}
.tabletext a:link
{
	text-decoration: none;
	color: #02A6ED;
}
.tabletext a:visited
{
	text-decoration: none;
	color: #02A6ED;
}
.tabletext a:hover
{
	text-decoration: underline;
	color:#FFFF00;
}
.footer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-align: center;
}
.footer a:link
{
	text-decoration: none;
	color: #02A6ED;
}
.footer a:visited
{
	text-decoration: none;
	color: #02A6ED;
}
.footer a:hover
{
	text-decoration: underline;
	color:#FFFF00;
}
.subheading
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFFFFF;
	text-align: center;
}
.subheading a:link
{
	text-decoration: none;
	color: #02A6ED;
}
.subheading a:visited
{
	text-decoration: none;
	color: #02A6ED;
}
.subheading a:hover
{
	text-decoration: underline;
	color:#FFFF00;
}
.container
{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.logo
{
	max-height: 193px;
	max-width: 454px;	
	margin-left: auto;
	margin-right: auto;
}