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;
  
}


h2,.h2 {

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;
}


.shadow {
    border: 5px solid #fff;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
    box-shadow: 8px 8px 12px #555;
}

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;
}
.simplegreenbox {
    padding: 8px;
    margin: 10px;
    background: #ddeeaa;
    border-radius: 8px;
    border: 1px solid #ddeeaa;
    box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
}
.simplebox {
    padding: 8px;
    margin: 10px;
    background: #eee;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
}

.simplebox-title {
    margin: 0 0 8px;
    padding: 5px 8px;
	background: #eee;
	
}
.simplebox-content {
    padding: 0 8px;
	background: #fff;
}


.simpleboxgrey {
    padding: 8px;
    margin: 10px;
    background: #eee;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
}

.simpleboxgrey-title {
    margin: 0 0 8px;
    padding: 5px 8px;
	background: #eee;
	
}
.simpleboxgrey-content {
    padding: 0 8px;
	background: #fff;
}

