/* Pachelbel Inn CSS Code - Copyright 2006 Blank Disc media. All Rights Reserved. */body {	/* Background Properties */	background-color: #D4DDB2;	margin: 3px 0px 3px 0px;				/* Text Properties*/	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 10pt;	color: #000000;}		/* Main Table */	table.sample {	width: 600;	height: auto;	border-width: 0px 0px 1px 0px;	border-spacing: 0px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	border-collapse: separate;	background-color: white;}	/* Header Cell */table.sample th {	width: auto;	height: auto;	border-width: 1px 1px 0px 1px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	background-color: #185E49;	-moz-border-radius: 0px 0px 0px 0px;}	/* Content Cells */table.sample td {	width: auto;	height: auto;	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 10pt;	/* font-weight: bold; */	color: #000000;	border-width: 1px 1px 0px 1px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	background-color: white;	-moz-border-radius: 0px 0px 0px 0px;}.text-bottom {	/* Text Properties*/	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 8pt;	color: #185E49;	text-align: center;}	/* Navigation Table */table.nav {	width: 598;	height: auto;	border-width: 0px 0px 0px 0px;	border-spacing: 0px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	border-collapse: separate;	background-color: white;}table.nav td {	width: auto;	height: auto;	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 10pt;	/* font-weight: bold; */	color: #000000;	border-width: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	background-color: white;	-moz-border-radius: 0px 0px 0px 0px;}	/* Content Table */table.content {	width: 598;	height: auto;	border-width: 0px 0px 0px 0px;	border-spacing: 0px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	border-collapse: separate;	background-color: white;}table.content td {	width: auto;	height: auto;	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 9pt;	text-align: left;	/* font-weight: bold; */	color: #000000;	border-width: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	background-color: white;	-moz-border-radius: 0px 0px 0px 0px;}	/* Home Page Text */.h1 {	/* Text Properties*/	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 18pt;	color: #000000;	text-align: center;	font-weight: bold;}.h2 {	/* Text Properties*/	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 9pt;	color: #000000;	text-align: center;}	/* Rooms Page Text */.h3 {	/* Text Properties*/	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 14pt;	color: #000000;	text-align: center;	font-weight: bold;}	/* Rates Page Text */.h4 {	/* Text Properties*/	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 14pt;	color: #000000;	text-align: left;	font-weight: bold;}	/* Sites Page Text */.h5 {	/* Text Properties*/	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 12pt;	color: #000000;	text-align: left;	font-weight: bold;}	/* Rates Table */table.rates {	width: 598;	height: auto;	border-width: 0px 0px 0px 0px;	border-spacing: 0px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	border-collapse: separate;	background-color: white;}table.rates td {	width: 299;	height: auto;	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 9pt;	text-align: left;	/* font-weight: bold; */	color: #000000;	border-width: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	background-color: white;	-moz-border-radius: 0px 0px 0px 0px;}	/* Directions Table */table.directions {	width: 598;	height: auto;	border-width: 0px 0px 0px 0px;	border-spacing: 0px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	border-collapse: separate;	background-color: white;}table.directions td {	width: auto;	height: auto;	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 9pt;	text-align: left;	/* font-weight: bold; */	color: #000000;	border-width: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	background-color: white;	-moz-border-radius: 0px 0px 0px 0px;}		/* Tour Table */	table.tour {	width: 598px;	height: auto;	border-width: 0px 0px 0px 0px;	border-spacing: 0px;	padding: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white;	border-collapse: separate;	background-color: white;}
