/* main body style */
body {
	background: url(graphics/background.gif) repeat fixed center top;
	margin: 2px 0px 5px 0px;
 	padding: 0;
	 scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#0084D5;
	scrollbar-base-color:#FBFBF7;
	scrollbar-track-color:#FBFBF7;
	scrollbar-darkshadow-color:#0084D5;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
}


/* td & p styles */
td, p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;


	font-style: 
; 		line-height: 120%;
	font-style: normal;
	font-weight: normal;


}

/* H1 & H2 styles */
H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 125%;
	color: #0F1558;
	text-transform: none;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;

}

H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	color: #006AAA;
	text-transform: uppercase;
	background: #F8F8EF;
	letter-spacing: 1px;
	text-align: left;
	font-style: normal;
	margin: 0px;
	padding: 10px 0px 0px;
	text-indent: 10px;
	border-top: 1px solid #E8E8CA;




}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	letter-spacing: 1px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


ul {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style: disk;
}

li   {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style: disk;
}


/* link styles */

a {
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	color: #011F45;
}

a:hover 	{
	color: #0084D5;
	text-decoration: none;
}

.nav {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}

.nav a {
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}

.nav a:hover 	{
	color: #002F4A;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}



/* misc styles */



/* booking css additions  - colours ONLY - NO need to change font size etc*/

hr {
	border: 1px solid #4F6EAF;
}
hr {
	border: 1px dashed #2B6BBB;
}

.Dates {
	color: #006AAA;
}

.Rates {
	color: #0F1558;
}

.booklink {
	color: #006AAA;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	color: #006AAA;
	text-transform: uppercase;
	background: #F8F8EF;
	letter-spacing: 1px;
	text-align: left;
	font-style: normal;
	margin: 0px;
	padding: 10px 0px 0px;
	text-indent: 10px;
	border-top: 1px solid #E8E8CA;
}

.AdditionalHeadings {
	COLOR: #646253;
}


form {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	}

input, select, textarea {
	color: #333333;
	border: 1px solid #D0E0F4;
	background-color: #FFFFFF;
}
