.liranHeader{
	font-family: impact, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size:20px;
	color:#094f92;
}
.liranMenuHeader>ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #094f92;
}
.liranMenuHeader>li{
	float: left;
	border-right: 1px solid #ffffff;
}
.liranMenuHeader>li a{
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.liranMenuHeader>li a:hover{
	background-color: #009dd4;
}
.liranMenuHeaderActive {
	font-weight:bold;
}

.liranMenuFooter>ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #094f92;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.liranMenuFooter>li{
	float: left;
	border-right: 1px solid #ffffff;
	float:right;

}
.liranMenuFooter>li a{
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.liranMenuFooter>li a:hover{
	background-color: #009dd4;
}

.liranText{
	font-size: 1em;
	text-indent:10pt;
	width: 90%;
	height: 100%;
	margin: 0;
	padding: 10px;
	position: relative;
	top: 20px;
	text-align: justify;
}
.liranText p {
  margin: 0 0px 10px 252px;
  text-indent: 0;
  
  font-family: Calibri, Georgia, serif;
}
.liranText li {
  margin: 10px 0;
}
.liranText ol {
  margin: 0px 0px 30px 252px;
  text-indent: 0;
}
.liranText ul {
  margin: 0px 0px 30px 252px;
  text-indent: 0;
}

.imgLogo {
	float: left;
	margin: 10px;
}


a {
  color: #000000;
  border-bottom:1px dotted;
}

a:link, a:visited {
  text-decoration: none;
  color: #000000;
  border-bottom:1px dotted;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #000000;
  border-bottom:1px dotted;
}

