/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	background-color:		white;
	background-image:		      url( ../images/bg_bookings.gif );
	background-repeat:		      no-repeat;
}

hr
{
	/*	Do not show <hr> tags */
	display:			none;
}

p
{
	/*	Disable margin when <p> tags used */
	margin:				0px;
}

a
{
	text-decoration:	none;
	color:				rgb(0,136,102);
}

a:hover
{
	color:				rgb(187,34,51);
	text-decoration:	none;
}

h1
{
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	line-height:		        1.0em;
	font-family:		        times new roman,serif;
	font-weight:		        bold;
	font-size:			14px;
	color:				#2F6262;
}

h2, h3
{
	margin:				0em;
	padding:			0em;
	
	line-height:		        1.0em;
	font-family:		        verdana,arial,sans serif;
	font-weight:		        bold;
	font-size:			12px;
	color:				#326699;
}

blockquote
{
	margin:			1em 3em;
	border-top:		1px solid rgb(221,204,204);
	border-bottom:	1px solid rgb(221,204,204);
	padding:		0.5em 0em;
	font-family:	times new roman,times;
	font-size:		1.15em;
	font-style:		italic;
	line-height:	1.4em;
	color:			rgb(153,51,51);
}
