body {
  background-color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  color: #444b6a;
}

a:link, a:visited, a:hover {
  font-size: 12px;
  color: #444b6a;
  }
a:hover {
  color: #C60707;
  }

a.small:link, a.small:visited, a.small:hover {
  font-size: 10px;
  color: #444b6a;
  }
a.small:hover {
  font-size: 10px;
  color: #C60707;
  }

TABLE.grand_table {
  width: 100%;
  height: 100%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

TD {
  font-family: Arial;
  font-size: 12px;
}

TD.lm {
  width: 120px;
  vertical-align: top;
  border-right: 8px solid #444b6a;
  padding:10px;
}

TD.cont {
  color: #444b6a;
  text-align:justify;
  vertical-align: top;
  padding: 20px;
}

TD.bottom {
  font-size: 10px;
  padding:10px;
  vertical-align: bottom;
  text-align:left;
  border-top: 8px solid #444b6a;
}

DIV.lang {
 font-size:10px;
 padding-bottom:7px;
 margin-bottom:7px;
 border-bottom: 1px solid #444b6a;
 text-align: center;
 letter-spacing: 1px;
 text-transform: lowercase;
 font-variant:small-caps;
 color: #C60707;
}
DIV.lang a:link, DIV.lang a:visited, DIV.lang a:hover {
  font-size: 10px;
  color: #444b6a;
  }
DIV.lang a:hover {
  color: #C60707;
  }

H1, H2 {
  color: #C60707;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-variant:small-caps;
  margin-bottom:10px;
}

H2 {
  color: #444b6a;
  font-size: 12px;
  font-family: arial;
  font-weight: normal;
}
