body {
  
  color: #767474;
  	
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
	
 
}
h1,.h1 {
  font-size: 27px;
}

h2,.h2 {
  font-size: 24px;
}

h3,.h3 {
  font-size: 22px;
}

h4,.h4 {
  font-size: 20px;
}

h5,.h5 {
  font-size: 16px;
}

h6,.h6 {
  font-size: 14px;
}

.address {
	 font-size: 6px;
	font-weight:600;
}

.smalltextcentre {
	 font-size: 11px;
	 text-align:center;
}

h1.h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.42857143;
  color: #333333;
  margin-bottom:15px;
  text-align:center;
  padding-bottom:15px;
  
}


.leaf {

font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 1.42857143;
  color: #767474;
  border-bottom-style: solid;
  border-bottom-color: #767474;
  border-bottom-width: 1px;
  background-image: url(/media/images/eppo/small_leaves.png);
  background-repeat: no-repeat;
  background-position: left;
  text-indent: 40px;
  margin-bottom:10px;
  padding-bottom:10px;
}


h3,.h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 1.42857143;
  color: #6ab43e;
  border-bottom-style: solid;
  border-bottom-color: #6ab43e;
  border-bottom-width: 1px;
  margin-bottom:10px;
  padding-bottom:10px;
}



h1 a,
h2 a {
  color: #6ab43e;
}


h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 1.42857143;
  color: #333333;
}


h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
}

blockquote {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	margin: 1em 3em;
	color: #000;
	border-left: 2px solid #99;
	padding-left: 1em; 
	padding-top:0px; 
padding-bottom:0px;
	}
	
p,
pre,
ul,
ol,
dl,
dd,
address,
table
 {
  font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #000;
  margin-bottom: 0px;
}



p
{
	text-align: justify;
}

.widget.dark{
  color: #cbcbcb !important;
	
}

.menuzord-menu > li > a {
  font-size: 15px;
  color: #333333;
}
/* Tooltip */
  .tooltip > .tooltip-inner {
      background-color: #73AD21;
      color: #FFFFFF;
      border: 1px solid green;
      padding: 10px;
      font-size: 14px;
  }
  /* Tooltip on top */
  .tooltip.top > .tooltip-arrow {
      border-top: 5px solid green;
  }
  /* Tooltip on bottom */
  .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid blue;
  }
  /* Tooltip on left */
  .tooltip.left > .tooltip-arrow {
      border-left: 5px solid red;
  }
  /* Tooltip on right */
  .tooltip.right > .tooltip-arrow {
      border-right: 5px solid black;
  }
  