html {
  font-family: verdana,sans-serif;
}


body {
  background-color: #4c4c73;
}

div.title {
  width: 100%;
  height: 76px;
  min-width: 100%;
  text-align: center;
  margin-bottom: 2%;
}

div.section {
  margin-left: 5%;
  margin-bottom: 1%;
  width: 90%;
  background-color: #3c3c63;
}

div.section_container {
  width: 90%;
}

div.section_container div.section {
  width: 100%;
  margin-left: 5%;
  margin-bottom: 1%;  
  background-color: #3c3c63;
}

.section div.text {
  padding: 1%;
}

.section div.name {
  width: 100%;
  background-color: #16162c;
  color: white;
  font-size: 15pt;
  font-weight: normal;
  text-align: center;
}

.section {
  font-size: 12pt;
  font-weight: normal;
  color: #ccccFF;
}

.section ul {
  padding: 0%;
  padding-left: 1%;
  margin: 0%;
}

.section a {
  color: white;
  text-decoration: none;
}

.title img {
  border: none;
}

div.text big {
  font-size: 17pt;
  font-weight: bold;
}

div.text div.additional {
  width: 96%;
  padding: 1%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #4c4c73;
}

div.text strong {
}


