﻿h1 {
	font-family: "Edwardian Script ITC";
	color: #0D0D9D;
	font-size: 48pt;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-family: "Lucida Calligraphy";
	color: #0D0D9D;
	font-size: 16pt;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-family: "Lucida Calligraphy";
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}

h4 {
	font-family: Lucida Calligraphy;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;

}
h5 {
	font-family: Lucida Calligraphy;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
}

body {
	font-family: "Lucida Calligraphy";
	font-size: 12pt;
	color: #000066;
}
a:link {
	color:#FFFF00;
}
a:visited {
	color:#FFFF00;
}

a.darkblue:link {
	color:#3399FF
}
a.darkblue:visited {
	color:#FFFF00;
}

img.figureright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px 10px 10px 10px;
}
img.figureleft {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	padding:2px 10px 10px 10px;

}
.white {
	color:white;
}
.blue {
	color:#0D0D9D;
}
.small {
	font-size: x-small;
}

.bluebackground {
	background-color:#0D0D9D;
}

.centre {
	text-align:center
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.clear {
	clear:both;
}
.clearright {
	clear:right;
}
.clearleft {
	clear:left;
}

.tablelayout {
	border: 2px solid #6B5934;
}
.tablebackground {
	background-color: #0D0D9D;
	white-space: nowrap
}
.tablebluecell {
	background-color: #0D0D9D;
}
.tablestyle {
	border: 30px solid #B7CDE8;
	border-collapse: collapse;
}
.tablebookings {
	border: 2px solid #0D0D9D;
	margin-left:auto;
	margin-right:auto;
}

.norfolktable {
	border-width: 0;
}
.norfolkborder {
	text-align: center;
	border: 2px solid #0D0D9D;
}
.pictureborder {
	border-width: 0px;
}
