/* Font for the pages menu */
.menuLink {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: x-small;
	color: #FF8E00;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* Font for the location template */
.location {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: x-small;
	color: #FF8E00;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* No special style for links */
a {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: x-small;
	color: #FF7E00;
	font-style: normal;
	line-height: none;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}