body{
  margin-top: 0px;
  margin-left: 10px;
  background-color: #ffffff;
}
.button{ /* Width and height properties see in the <input...> tags */
  background-color: #12274b;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
.select, .text, .textarea{
  width: 130px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #12274a;
}
.textarea{
  width: 260px;
  height: 150px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #12274a;
}
img{
  border: none;
  margin: 0px;
}
.imgbanner{ /* Banners */
  border: 1px;
  border-color: #60708b;
  border-style: solid;
}
.imgobj{ /* Banners */
  border: 1px;
  border-color: #60708b;
  border-style: solid;
  margin-bottom: 4px;
  margin-right: 8px;
}
h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #12274a;
  margin-top: 10px;
  margin-bottom: 16px;
}
h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #535453;
  margin-top: 10px;
  margin-bottom: 16px;
}
h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #535453;
  margin-top: 10px;
  margin-bottom: 16px;
}
p, li{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 9pt;
  color: #12274a;
  margin-top: 0px;
}
/* a:link a:visited a:active a:hover */
a:link{
  text-decoration: underline;
  margin: 0px;
}
a:hover{
  text-decoration: none;
}
.common{ /* Blue links */
  color: #12274a;
  font-size: 9pt;
}
.lang{ /* Text navigation */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #12274a;
}

/* News ---------------------------------------------------------------------------------------- */
.news{
  color: #535453;
  font-size: 8pt;
}
.imgnews{ /* Images for news */
  border: 1px;
  border-color: #535453;
  border-style: solid;
  margin-bottom: 4px;
}

/* Copyrights ---------------------------------------------------------------------------------- */
.copy{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #535453;
}