body, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black; 
}

body a, table a{
	color: #5E78AB;
	text-decoration: none;
}
 
.bold{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
}

h1{
	font-size: 18px;
	border-bottom: solid black 1px;
	margin-bottom: 40px;
}

h2{
	font-size: 16px;
	color: #5E78AB;
	font-weight:;
}

h3{
	font-size: 14px;
}

h4{
	font-weight:bold;
}

h5{
font-weight: bold;
}

.excursion{
	background-color:#FFFFCC;
	border: 1px black dashed;
	margin-top:30px; 
}




.menu a{
  display: block;
  padding: 10px 5px 10px 20px;
  width: 190px;
  font-weight: bold;
  font-size: 12px;
  color: White;
  text-decoration: none;
}

.menuActive a{
	display: block;
	text-decoration: none;
	font-weight: bold;
  	font-size: 12px;
	color: Black;
	padding: 10px 5px 10px 10px;
	background-color: #879BC0;
	border-left: solid white 10px;
	position: static;
	width: 190px;
}  

.menu a:hover{
	color: Black;
	padding: 10px 5px 10px 10px;
	background-color: #879BC0;
	border-left: solid white 10px;
	position: static;
}




.submenu a{
  display: block;
  padding: 3px 0px 3px 30px;
  width: 170px;
  font-size: 12px;
  color: black;
  text-decoration: none;
}

.submenuActive a{
	display: block;
	padding: 3px 0px 3px 20px;
	text-decoration: none;
  	font-size: 12px;
	color: #879BC0;
	border-left: solid white 10px;
	position: static;
	width: 170px;
}




.footer{
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
	color: Black;

}


.footer a{
	text-decoration: none;
	color: Black;
}

.footer a:hover{
	text-decoration: underline;
	color: #5E78AB;
}


