/* default font, colour and size */

BODY {				FONT-FAMILY: Arial, Helvetica, Verdana; 
				FONT-SIZE: 10pt;
				COLOR: navy; }

/* default link behaviour - links blue not underlined, and turn green underlined on mouseover */

A {				COLOR: blue;
				TEXT-DECORATION: none; }

A:HOVER {			COLOR: green;
				TEXT-DECORATION: underline; }


/* header font, colour, size */

H1 {				FONT-FAMILY: "Arial Narrow"; 
				FONT-SIZE: 24pt; 
				FONT-WEIGHT: normal;
				COLOR: blue }

H3 {				FONT-FAMILY: "Arial Narrow";
				FONT-SIZE: 14pt; 
				COLOR: green}

LI {				FONT-SIZE: 10pt}


/* table font, size */

TABLE.MENU {			FONT-FAMILY: "Arial Narrow"; 
				FONT-SIZE: 11pt;
				BACKGROUND-COLOR: navy; }

TABLE.NAVIGATION {		FONT-FAMILY: "Arial Narrow"; 
				FONT-SIZE: 10pt; 
				COLOR: white;
				BACKGROUND-COLOR: navy; }

TABLE.CONTENTS {		FONT-FAMILY: "Arial Narrow";
				FONT-SIZE: 10pt; }

TABLE.AVAILABILITY {		FONT-FAMILY: "Arial Narrow";
				FONT-SIZE: 11pt; }
	/* class AVAILABILITY also used for Apartments Overview */


TABLE.SHOPHOURS {		FONT-FAMILY: "Arial Narrow";
				FONT-SIZE: 11pt; }
	/* class SHOPHOURS also used for Locations */

TABLE.FEATURED {		FONT-FAMILY: "Arial Narrow";
				FONT-SIZE: 10pt; }
	/* class FEATURED also used for Flights */
	/* class FEATURED also used for Calendar */

TABLE.FEEDBACK {		FONT-FAMILY: "Arial Narrow";
				FONT-SIZE: 10pt; }

TABLE.MAP {			FONT-SIZE: 10pt; }

TABLE.PLAIN {			FONT-SIZE: 10pt; }

TABLE.ATAGLANCE {		FONT-SIZE: 9pt; }
	/* used for VG and FIORI pages */

/* table link colours */

TABLE.MENU A {			COLOR: #94ceff;
				TEXT-DECORATION: none; }

TABLE.MENU A:HOVER {		COLOR: white;
				TEXT-DECORATION: underline; }

TABLE.NAVIGATION A {		COLOR: #94ceff;
				TEXT-DECORATION: none; }

TABLE.NAVIGATION A:HOVER {	COLOR: white;
				TEXT-DECORATION: underline; }
	
TABLE.CONTENTS A {		COLOR: navy;
				TEXT-DECORATION: none; }

TABLE.CONTENTS A:HOVER {	COLOR: green;
				TEXT-DECORATION: underline; }

TABLE.MAP A {			COLOR: navy;
				TEXT-DECORATION: underline; }

TABLE.MAP A:HOVER {		COLOR: green;
				TEXT-DECORATION: underline; }

/* link colours for Tell Me About menu bars */

DIV.TMAMENU A {			COLOR: blue;
				TEXT-DECORATION: none; }

DIV.TMAMENU A:HOVER {		COLOR: green;
				TEXT-DECORATION: underline; }

/* link colours for HHLO Title (links to home page) */

H3 A {				COLOR: green;
				TEXT-DECORATION: none; }

H3 A:HOVER {			COLOR: green;
				TEXT-DECORATION: underline; }

/* other specific table styles */

TABLE.AVAILABILITY TR.SMALLER {	FONT-SIZE: 10pt; }

TABLE.FEEDBACK TR {		BACKGROUND-COLOR: #f0fff0; }

TABLE.MAP TR {			BACKGROUND-COLOR: #e0ffe0; }

TABLE.ATAGLANCE P {		FONT-SIZE: 10pt;}
	/* Used for the centred price column */

TABLE.SHOPHOURS TR {		BACKGROUND-COLOR: #ceffce; }
	/* class SHOPHOURS also used for Locations */


/* for use with MENU and NAVIGATION */

TABLE TD.SELECTED {		BACKGROUND-COLOR: #94ceff; }

TABLE A.SELECTED {		COLOR: navy;
				TEXT-DECORATION: none; }

TABLE A.SELECTED:HOVER {	COLOR: navy;
				TEXT-DECORATION: underline;}


/* special */

MARQUEE {FONT-FAMILY: "Arial Narrow", Helvetica, Verdana; FONT-SIZE:12pt; COLOR:RED}

/* end */

DUMMY {				BACKGROUND-COLOR: navy;
				FONT-WEIGHT: bold;
				TEXT-INDENT: 20px; 
				TEXT-ALIGN: CENTER;}


