
/* Style sheet for the Inglenook Hotel */
/* Ripped off from Dave Goddard's personal style sheet	*/
/* Created:		2000-02-20		*/


BODY { 	font-family: Helvetica, Geneva, Arial, sans-serif;
		color: #000066;
		font-size: 11pt;
		background-color: #ffffff;
		/*background-color: #cccc33;*/
		/* background-color: #99ff66;*/
		/* background-color: #9999ff; */
		/* background-color: #c4f6f4; */
		/*background-color: #ffff66; */
		/*margin-left: 2%;*/
		/*margin-right: 2%;*/
		/*margin-top: 1%;*/
		/*margin-bottom: 2%;*/ }


/* Tag-specific styles */

P 	{	color: #000066; 
		margin-left: 2em;
		margin-right: 2em;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11pt;
		text-align: justify; }

BLOCKQUOTE	{ color: #000066; 
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11pt;
		text-align: justify; 
		}

PRE	{ 	font-family: serif; 
		background-color: #c4f6f4; }

TH 	{	font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10pt;
		}


TD 	{	font-family: Helvetica, Arial, sans-serif; }

UL	{	color: #000066;
		margin-top: 0.5em;
		margin-bottom: 1em;
		margin-left: 2em;
		margin-right: 2em;
		text-align: justify;
		font-family: Helvetica, Arial, sans-serif; }

H1 	{	font-size: 36pt; 
		font-weight: bolder;
		color: #000066; 
		margin-left: 0em; 
		margin-right: 1em;
		text-align: left;
		font-family: Geneva, Verdana, Helvetica, Arial, sans-serif; }

H2 {	font-size: 20pt; 
		font-weight: bold;
		color: #000066; 
		margin-left: 0em; 
		margin-right: 1em;
		text-align: left;
		font-family: Verdana, Helvetica, Arial, sans-serif; }
		
H3 {	font-size: 14pt; 
		font-weight: bold;
		color: #000066; 
		margin-left: 0em; 
		margin-right: 1em;
		text-align: left;
		font-family: Verdana, Helvetica, Arial, sans-serif; }
		
H4 {	font-size: 11pt; 
		font-weight: bold;
		/* text-decoration: underline; */
		color: #000066; 
		margin-left: 1em; 
		margin-right: 1em;
		margin-bottom: 0;
		text-align: left;
		font-family: Verdana, Helvetica, Arial, sans-serif; }		

/* A	{ font-family: Arial, Helvetica, sans-serif; } */

A:link	{ color: #0000cc; text-decoration: none; }

A:visited { color: #cc3300; text-decoration: none; }

A:active { color: #cc3333; }

H1 STRONG {text-decoration: underline;}
H2 STRONG {text-decoration: underline;}




/* General classes */

.CUSTOM-BACKGROUND-COLOUR { background-color: #ffff66;}

.NON-INDENTED { 	margin-left: 0em; margin-right: 0em;}

.STANDARDFONT {	font-size: 10pt;
					color: #000066; 
					margin-left: 2em;
					margin-right: 2em;
					font-family: Helvetica, Arial, sans-serif;
					text-align: justify; }

.BRANDINGFONT {	font-size: 8pt;
					color: #000066; 
					margin-left: 0em;
					margin-right: 0em;
					font-family: Helvetica, Arial, sans-serif; }

.BRANDINGFONT-RIGHT {
					font-size: 8pt;
					color: #000066; 
					margin-left: 0;
					margin-right: 0;
					text-align: right; 
					font-family: Helvetica, Arial, sans-serif; }

.SMALL-ITALIC {	font-size: 8pt;
					font-style: italic;
					color: #000066; 
					margin-left: 0em;
					margin-right: 0em;
					font-family: Helvetica, Arial, sans-serif;
					text-align: justify; }

.SMALL-NORMAL	{	
					font-size: 8pt;
					font-style: normal;
					color: #000066; 
					margin-left: 0em;
					margin-right: 0em;
					font-family: Helvetica, Arial, sans-serif;
					text-align: justify; }

.ADDENDUM 	{			font-size: 9pt;
					font-style: normal;
					color: #000066; 
					margin-top: 0;
					margin-left: 0;
					margin-right: 0;
					font-family: Helvetica, Arial, sans-serif; }

.ADDENDUM-CENTRE {
					font-size: 9pt;
					font-style: normal;
					color: #000066; 
					margin-top: 0;
					margin-left: 0;
					margin-right: 0;
					font-family: Helvetica, Arial, sans-serif;
					text-align: center; }

.ADDENDUM-RIGHT {
					font-size: 9pt;
					font-style: normal;
					color: #000066; 
					margin-top: 0;
					margin-left: 0;
					margin-right: 0;
					font-family: Helvetica, Arial, sans-serif;
					text-align: right; }

.ADDENDUM-ITALIC {
					font-size: 8pt;
					font-style: italic;
					color: #000066; 
					margin-top: 0;
					margin-left: 0;
					margin-right: 0;
					font-family: Helvetica, Arial, sans-serif; }



.FLOATRIGHT	{	float: right; }

.FLOATLEFT	{	float: left; }

.HIDE 		{	display: none; color: white; }

.CENTRE-JUSTIFY	{ 	text-align: center; 
						margin-left: 0;
						margin-right: 0; }

.LEFT-JUSTIFY	{ 	text-align: left;
						margin-left: 0; }

.LEFT-JUSTIFY-WITH-MARGIN	{ 	text-align: left; }

.RIGHT-JUSTIFY	{ 	text-align: right;
						margin-right: 0; }

.SMALLER	{	font-size: 9pt;		}



/* Other stuff */

.NO-TOP-BOTTOM-MARGIN {		margin-top: 0;  margin-bottom: 0; }

.NO-LEFT-RIGHT-MARGIN {		margin-left: 0;  margin-right: 0; }



/* Experimental positioning stuff */

.PAGE-BANNER	{	position: relative; 
					top: 1px; 
					z-index:10; 
					text-align: center; }
					
