/* page defaults */
body {
	background-image: url("http://knaresboroughbandb.com/resources/bandb_background.jpg");
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: normal;
	text-align: center;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 10pt;
}

/* headings */
h1 {
	text-align: center;
	color: #000000;
	font-size: 18pt;
}
h2 {
	text-align: center;
	color: black;
	font-size: 12pt;
}
h3 { text-align: left; color: black; font-size: 10pt;}
h4 { text-align: center; color: black; font-size: 10pt;}
h5 {
	text-align: center;
	color: black;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;

}

/* links */
a:link		{color: #0000FF;}
a:visited	{color: #0000FF;}
a:hover		{color: #FF0000;}
a:active	{color: #FF0000;}

/* tables */
table {
	text-align: center;
	width: 100%;
}
tr {
	text-align: center;
	vertical-align: top;
	border: thin none;
	margin: 0px;
	padding: 0px;
}
td {
	text-align: center;
	padding: 0;
	border: none;
	margin: 0;
}
table.nav {
	text-align: center;
	cell-spacing: 0;
	height: auto;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	
/* general */
.tiny {font-size: 8pt}
.newsflash {
	color: #FF0000;
	font-weight: bold;
}

.tiny {
	font-size: 9px;
}
.invisible {
	font-size: 1px;
	color: #FFFFFF;
}

