@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
a {
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {font-size: 12px}
.style2 {
	font-size: 21px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #00A551;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.style3b {
	font-size: 14px;
	font-weight: bold;
	color: #00A551;
}
.style4 {
	color: #333333;
	font-size: 12px;
}

.style8 {
	color: #00A551;
	font-size: 12px;
}

.style7 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.style11 {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

.style11b {
	color: #C7DEC5;
	font-weight: bold;
	font-size: 11px;
}

.style12 {
	color: #00A551;
	font-weight: bold;
	font-size: 12px;
}

.style13 {
	color: #ffffff;
	font-weight: plain;
	font-size: 11px;
}

.style15 {
	color: #A7CCA4;
	font-weight: plain;
	font-size: 11px;
}

.style10 {
	color: #333333;
	font-weight: bold;
	font-size: 9px;
}
.style10b {
	color: #00A551;
	font-weight: bold;
	font-size: 10px;
}
.style14 {
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
}

.style9 {
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
	
.style5 {
	color: #00A551;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {
	color: #00A551; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px; }
-->
.pdf {
    float: right;
    margin: 0 5px;
}
.pdf:hover {opacity:0.5;}

.banners {
    width: 94%;
    float: left;
    height: 225px;
    background-position: center;
    margin: 0 1.5%;
}
.banners img {
	width:98%;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.banners img:hover {
	width:100%;
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.nutrGrad {
    background: rgb(226,239,221);
    background: linear-gradient(0deg, rgba(226,239,221,1) 40%, rgba(255,255,245,1) 73%, rgba(229,240,223,1) 100%);
}
.nutr1, .nutr1b {
    background-color: #20b166;
    float: left;
    position: relative;
    height: 32px;
}
.nutr1b {
border-radius: 0 170px 0 0;
}
.nutr2 {
    background-color: #01a54f;
    float: left;
    position: relative;
    height: 56px;
}
.nutriSign {
    float: left;
    position: relative;
    margin: 36px 0 0 47px;
}
.nutriLogo {
    float: left;
    position: relative;
    margin: 91px 0 0 0px;
}

.mail {
    text-decoration: none;
    color: #00a550;
}
</style>