#tresc img.pull-left,
.mce-content-body img.pull-left {
      float: left;
}

#tresc img.pull-right,
.mce-content-body img.pull-right {
      float: right;
}

#tresc img.pull-center,
.mce-content-body img.pull-center {
      float: none;
      margin: 0 auto;
}


h1, h2, h3, h4 {
      margin:0;
      font-weight:normal;
}

h1 {
      font-size: 40px;
  	  font-weight:300;
	  text-shadow: 1px 1px 1px #000;
	  color: #27832a;
	  margin-left: 0px;
	  border-bottom: 1px solid #67b250;
}

h2 {
      font-size: 26px;
      font-weight:300;
	  text-shadow: 1px 1px 1px #000;
      color: #67b250;
}

h3 {
      font-size: 20px;
	  color: #ace288;
	  text-shadow: 1px 1px 1px #000;
}


p {
      margin: 7px 0;
}


table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	font-size: 1em
}

table th,table td {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #ddd;
	line-height: 1.5em;
	text-align: left;
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
	{
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #8c9bab;
}

table tbody tr td,table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}


tr:nth-child(even){
	background-color: #f2f2f2
}

a.button1 {
      background: #BD8A00;
      color: #fff;
      display: inline-block;
      padding: 10px 40px;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 4px;
      color: #0071BD;
}

.title1 {
      font-size: 40px;
      font-weight: 300;
}

.title2 {
      font-size: 25px;
      color: #94A42A;
}

.title-yellow {
      color: #BD8A00;
}


ul.list2 {
      color: #94A42A;
      font-weight: 800;
}

ul.list2 li {
      list-style-type: circle;
      margin: 3px 0;
}

ul.list1 {
      margin: 0;
      padding: 0;

}

ul.list1 li {
      list-style: none;
      background: url(../images/list-bg.jpg) no-repeat left 3px;
      font-size: 22px;
      padding: 3px 0 3px 35px;
      margin-bottom: 5px;
}

