.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bodyformat {
	margin: 0px;

}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.link_color {
	color: #E4E444;
}
.regtext_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* these styles control the dots layout */
.map {
	position: relative;
	z-index: 0;
}
.map a.location {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background-image: url(graphics/measle.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* These styles control the dots tool-tips */
.map a.location span {
	display: none;
}
.map a.location:hover {
	background: #000000;
	z-index: 10;
}
.map a.location:hover span {
	display: block;
	text-align: left;
	padding: 4px 15px;
	width: 170px;
	background-color: #000000; /* this background is still necessary for Mozilla derivatives */
	border-top: 15px solid #A69221;
	border-right: 1px dotted #A69221;
	border-bottom: 1px dotted #A69221;
	border-left: 1px dotted #A69221;
	cursor: pointer;
}
.jamboree_name {
	margin: 0px;
	font-weight: bold;
	font-size: 1.15em;
}
.jamboree_dates {
	margin: 0px;
	font-size: 0.85em;
}
