body {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  margin: 0px;
  padding: 0;
  text-align: center;
  background-color: #576788;
}

h1 {
  font-weight: normal;
  line-height: 1.3em;
  color: #0D245B;
  margin-bottom: 4px;
  padding-top: 10px;
  font-size: 2.4em;
}

h2 {
  font-weight: normal;
  line-height: 1.3em;
  color: #0D245B;
  margin-bottom: 4px;
  font-size: 2em;
}

h3 {
  font-weight: normal;
  line-height: 1.3em;
  color: #0D245B;
  margin-bottom: 4px;
  font-size: 1.8em;
}

h4 {
  font-weight: normal;
  line-height: 1.3em;
  color: #0D245B;
  margin-bottom: 12px;
  font-size: 1.6em;
}
h5 {
  font-weight: normal;
  line-height: 0em;
  color: #8E7C35;
  margin-bottom: 4px;
  margin-top: 10px;
  font-size: 1.2em;
}
p, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  color: black;
}
ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight:bold;
  color: black;
}

.mnuOff {
  font-family: Verdanna, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 2em;
}

.mnuOn {
  font-size: 1.4em;
  font-style: normal;
  font-weight: normal;
  color: #576788;
  text-decoration: none;
  line-height: 2em;
}

.mnuActive {
  font-size: 1.4em;
  font-style: normal;
  font-weight: normal;
  color: #576788;
  text-decoration: none;
  line-height: 2em;
}

#fontsizechange{
	margin-left: 14px;
}
#fontsizechange label{
	display: block;
	font-weight: bold;
	font-size: 1.3em;
}
#fontsizechange select{
	width:116px;
}
