/* CSS Document */

/* Regular text links */
.herriottstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	padding: 20px;
	}
A.herriottstext:link, A.herriottstext:visited {
   color: #333399;
   background-color: transparent;
   text-decoration: underline;
}
A.herriottstext:hover, A.herriottstext:active {
   color: #333399;
   background-color: transparent;
   text-decoration: none;
}
.greybar {
	background-color: #666666;
}
.tents_bg {
	background-image:url(images/tents_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.herriottsnav {
	background-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color:#FFFFFF;
	padding: 5px;
}
A.herriottsnav:link, A.herriottsnav:visited {
   color: #FFFFFF;
   background-color: transparent;
   text-decoration: none;
}
A.herriottsnav:hover, A.herriottsnav:active {
   color: #FFFFFF;
   background-color: transparent;
   text-decoration: underline;
}
.imgborder {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.herriottsprice {
	color: #333399;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 5px;
}
A.herriottsprice:link, A.herriottsprice:visited {
   color: #333399;
   background-color: transparent;
   text-decoration: none;
}
A.herriottsprice:hover, A.herriottsprice:active {
   color: #333399;
   background-color: transparent;
   text-decoration: underline;
}