body {
  background-color: #ffffff;
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, Helvetica;
}

div.head {
  margin-top:0px; 
  margin-left: 30px; 
}
div.menu {
  margin-top:0px; 
  margin-left:30px; 
}

div.lang_select {
 position: absolute;
 top: 10px; 
 width:923px; 
 text-align:right
}

div.main {
  position: relative;
  margin-top: 10px;
  margin-left: 30px; 
  width: 880px;
  min-height: 550px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #000000;
  background-color: #ffffff; 
  font-size: 12px;
}

div.footer {
  margin-top: 8px;
  margin-left: 30px;
  font-size:10px; 
  color:#464646;
}

a:link, a:visited, a:active {
  color: #375496; 
  text-decoration: none;
  font-weight: normal;
  font-family: Arial, Helvetica;
} 

a:hover { 
  color: #375496; 
  text-decoration: underline;
}

td {
  font-size:13px;
}
 
h3 {
  color: #375496;
  font-size: 16px;
  font-family:Arial,Helvetica;
  font-weight: bold;
}

h1 {
  width: 100%;
  border-bottom: 4px solid #efefef;
  padding-bottom: 8px;
  color: #375496;
  font-size: 110%;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 16px;
}

textarea, select, input {
  background-color: #edf2fa;
  font-size:11px;
}

.error_msg {
  color: #ff0000;
}
