BODY	{
	font-family : Arial, sans-serif ;
	text-align : center ;
	color : #663300 ;
	background-image : url(/images/PF/map_tile.jpg) ;
	}

H2,H3,H4,P,BLOCKQUOTE,A	
	{
	font-family : Arial, sans-serif ;
	color : #663300 ;
	}

A:link		{ color : #663300 ; }
A:visited	{ color : #669966 ; }
A:hover		{ color : #FF3300 ; }
A:active	{ color : #FF3300 ; }


IMG		{ border : none ; }

.hotellink
	{ 
	color: blue ; 
	text-decoration: underline ; 
	}

.centered { text-align : center ; }
.justright { text-align : right ; }
.justleft { text-align : left ; }
.indent { text-indent : 15pt ; }

SUP	{ font-size : x-small ; }
.mod	{ font-size : x-small ; }
.sm	{ 
	font-style : normal ; 
	font-size : small ; 
	text-indent : -40px ;
	}
.lg	{ font-size : x-large ; }
.red	{ color : maroon ; }
.bigred	{ color : maroon ; font-size : larger ; }
.hovred:hover	{ color : #FF1100 ; }
.reset	{ color : #663300 ; } 

UL LI	{ 
	list-style : disc ; 
	padding-top : 5px ;
	}
LI.newbullet { list-style : square inside ; color : #FF1100 }
.nobullet {
	list-style: none ;
	margin-left: 0 ;
	padding-left: 0em ;
	text-indent: -1em ;
	}

DT	{ 
	padding-top : 5px ; 
        font-weight : bold ;
	}