body {
  font-family: arial, helvetica, 'sans serif';
}

p {
  margin-right: 10px;
  text-align:left;
}

h1 {
  font-family: arial, helvetica, 'sans serif';
  font-size :20px;
  font-weight: bold;
}
h2 {
  font-family: arial, helvetica, 'sans serif';
  font-size :16px;
  font-weight: bold;
}
h3 {
  font-family: arial, helvetica, 'sans serif';
  font-size :14px;
  font-weight: bold;
}
h4 {
  font-family: arial, helvetica, 'sans serif';
  font-size :14px;
  font-weight: bold;
}

a {
  color: darkred;
}

a:hover {
  color: orange;
  background-color:black;
}

a.news {
  color: darkred;
}

p.news {
  margin-right: 10px;
  text-align:left;
}

td.banner {
  background-color: #004396;
  color: white;
  font-size :10px;
}

a.navlink {
  color: black;
  line-height: 180%;
  font-weight: bold;
  font-family: arial, helvetica, 'sans serif';
  margin-right:30px;
  font-size :14px;
  text-decoration:none;
}

a.navlinkchild {
  color: black;
  background-color:#DFDFD0;
  line-height: 130%;
  font-weight: normal;
  font-family: arial, helvetica, 'sans serif';
  font-size :12px;
  margin-right:15px;
  text-decoration:none;
  border-width:1px;
  border-color:#DFDFD0;
  border-style:solid;
}

a.navlinkselected {
  color: black;
  background-color:white;
  line-height: 180%;
  font-weight: bold;
  font-family: arial, helvetica, 'sans serif';
  margin-right:0px;
  font-size :20px;
  text-decoration:none;
  border-width:3px;
  border-color:white;
  border-style:solid;
}

a.navlinkchildselected {
  color: black;
  background-color:white;
  line-height: 130%;
  font-weight: normal;
  font-family: arial, helvetica, 'sans serif';
  font-size :12px;
  margin-right:0px;
  text-decoration:none;
  border-width:1px;
  border-color:white;
  border-style:solid;
}

a.navlink:hover {
  color: orange;
  background-color:black;
}

a.navlinkchild:hover {
  color: orange;
  background-color:black;
}

td.banner {
  text-align:right;
  padding-right: 20px;
}

td.logo {
  text-align: center;
}

div.navigation {
}

div.news {
  font-family: arial, helvetica, 'sans serif';
  color: black;
  font-size: 12px;
}

p.generationTime {
  color: black;
  font-size: 60%;
}

div.content {
  font-family: arial, helvetica, 'sans serif';
  font-size :12px;
}

