body {
  font-size: 12pt; 
  font-family: 'sans-serif', sans-serif; 
  font-weight: 100;
  line-height: 18pt;
  background-color:#E5E5E5;
}

b { 
  font-weight: 550; 
  color: #484848;
}

h1 {
  color: #000000;
  padding-top: 10px;
  padding-right: 30px;
  font-weight: 600;
  font-size:32pt;
}

h2 {
  color: #000000;
  font-weight: 550;
}

h3 {
  color: #000000;
  font-weight: 550;
  font-size:12pt;
}

h4 {
  color: #000000;
  font-weight: 500;
  font-size:14pt;
}

a:link {
  color: #484848;
}
a:visited {
  color: #484848;
}

.box {
  width: 1100px;
  margin: 20px auto 20px auto;
  border: 0px solid #033063;
  text-align: left;
  background-color: #ffffff;
  /*border-radius: 10px;*/
}

.innerbox {
  padding: 20px 20px 20px 20px;
}

.disclaimer {
  padding: 10px 20px 10px 20px;
  font-size:10pt;
  text-align: center;
}

.footer {
  /*padding: 10px 40px 10px 40px;*/
  border-top: 1px solid gray;
  font-size:10pt;
  background-color: #f0f0f0;
}

.columnl {
  float: left;
  width: 30%;
  padding: 0 10px;
  text-align: center;
}

.columnr {
  float: right;
  width: 68%;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  border-spacing: 1em;
}

pre {
  padding: 1em;
  border: 1px dashed gray;
  color: black;
  background-color: #f9f9f9;
  line-height: 1.1em;
}

#navigation {
  text-align: center;
  font-weight: 500;
  background-color: #033063;
  padding: 8px 31px 7px 31px;
  font-size: 14pt;
  color: #ffffff;
}

#navigation a {
  text-decoration: none;
  padding: 8px 31px 7px 31px;
  font-size: 14pt;
  color: #ffffff;
}

#navigation b {
  text-decoration: none;
  padding: 8px 31px 7px 31px;
  font-size: 14pt;
  color: #000000;
  background-color: #e7e7f4 ;
}

#navigation a:visited, a:active {
  text-decoration: none;
}

#navigation a:hover {
  color: #000000;
  background-color: #e7e7f4 ;
  padding-bottom: 8px;
}

