/* Base Font */
body, div, span, ul, li, p, td {
  font-family:		Arial, Helvetica, sans-serif;
  font-size:		12px;
  color:		#000000
}


/* Regular Links */
a:link {
  font-weight:		bold;
  text-decoration:	none;
  color:		blue
}
a:active {
  font-weight:		bold;
  text-decoration:	none;
  color:		blue
}
a:visited {
	font-weight:		bold;
	text-decoration:	none;
	color:		blue;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
  font-weight:		bold;
  text-decoration:	underline;
  color:		red
}


/* Horizontal Menu & Plan Title Links */
a.menu:link {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:active {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:visited {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:hover {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	underline
}


/* Site Title */
.site-title {
  font-family:		Arial;
  font-size:		20px;
  font-weight:		bold;
  color:		red
}


/* Section Title */
.title-large {
  font-family:		Arial;
  font-size:		15px;
  font-weight:		bold;
  font-style:		italic;
  color:		red
}


/* Medium Title */
.title-medium {
	font-family:		Arial;
	font-size:		12pt;
	font-weight:		bold;
	color:		red
}


/* Small Title */
.title-small {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		red
}


/* Small Text */
.small {
  font-family:		Verdana;
  font-size:		11px
}


/* Date Text */
.date {
  font-family:		Verdana;
  font-size:		11px;
  color:		#666666
}


/* Plan Price */
.plan-price {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		red
}


/* Copyright Notice */
.copyright {
  font-family:		Verdana;
  font-size:		10px;
  color:		#CCCCCC
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.campsiteheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.listing title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.parkheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

