body {   margin: 0;
 background-color:#dcdcdd;
        font-family: Arial;
line-height: 1.42857143;
        color:#000053;
                }
h1 {   font-family: Arial; font-size:18pt; color:#000053;}
h2 {  font-family: Arial; font-size:16pt; color:#000053;}
h3  {  font-family: Arial; font-size:14pt; color:#000053;}
td {  font-family: Arial;  font-size:12pt; color:#000053;}
strong  {  font-family: Arial;font-size:12pt; color:#000053;}
a:link { color:#245863; text-decoration:none;}
a:visited  { color:#245863; text-decoration:none;}
a:active { color:#245863; text-decoration:none;}
a:hover { color:#800000; text-decoration:none;}


#t1 {     position:absolute; z-index:6;
         top:300px;
           left:50%;
            margin-left:-400px;
            width:800px;  }
@media only screen and (max-width: 675px) {
#t1{       top:200px;
    max-width:400px;
    left:400px;
  }
}

#fels    {  position:fixed;  z-index:4;
            left:50%;
            margin-left:-650px;
            width:1300px;
            top:0px;
                 }
@media only screen and (max-width: 675px) {
#fels{   max-height:300px;
width:200px;
overflow:hidden;
    }
}
#contradi{   font-size:11pt; color:#006633;
             position: relative;  z-index:3;
            top:250px;
            left:50%;
            margin-left:-350px;
            width:700px;
                          }


@media only screen and (max-width: 675px) {
#contradi{   top:100px;
           left:50%;
            margin-left:-150px;
            max-width:300px;
            margin-bottom:80px;
  }
 }

#contprod{    color:#006633;
            font-size:12pt;
            position:absolute;  z-index:3;
            top:220px;
            left:50%;
            margin-left:-350px;
            width:700px;
            height:auto;
            }
@media only screen and (max-width: 675px) {
#contprod{     top:70px;
            left:80%;
            right:80%;
               width: 100%;
  }
 }

 footer {background-color:#dcdcdd;
        clear:left;
        color:#000053;
        font-size:11pt;
        padding-bottom:10px;
        padding-top:10px;
        text-align:center;
        width: 100%;
        }
@media only screen and (max-width: 675px) {
footer {background-color:#dcdcdd;
        color:#000053;
        font-size:10pt;
        padding-bottom:10px;
        padding-top:50px;
        text-align:center;
        width: 100%;
          }
      }