body {
  font-family: helvetica, sans-serif;
  text-align:  center;
}

a:link {
  color: #0346bc; /* #0256A2; *//* #333399; */
  background-color: #ffffff;
  font-family: helvetica, sans-serif;
  text-decoration: none;
}

a:visited {
  color: #0346bc; /* #004c7a; #3f70af; #5384c3; #6798d7;  #8FC0E6; */
  background-color: #ffffff;
  font-family: helvetica, sans-serif;
  text-decoration: none;
}

a:active {
  color: #333399;
  background-color: #ffffff;
  font-family: helvetica, sans-serif;
  text-decoration: none;
}

a:hover {
  font-family: helvetica, sans-serif;
  text-decoration: none;
}

p {
  font-family: helvetica, sans-serif;
  text-align: justify;
  font-size: medium;
}

td {
  font-family: helvetica, sans-serif;
  border-style: none;
}

img {
  border-style: none;
}

ul {
  text-align: left;
}

h1 {
  font-family: helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: large;
  color: #2266CC;
  background-color: #ffffff;
  text-align: left;
}

h2 {
  font-family: helvetica, sans-serif;
  font-size: medium;
  text-align: left;
}

h3 {
  font-family: helvetica, sans-serif;
  text-align: left;
}

hr {
  width: 85%;
}

table.name {
  margin-left:auto; margin-right:auto;
}

table.address {
  margin-left:auto; margin-right:auto;
  line-height: 120%;
}

table.right {
  margin-left:auto;
}

div.main {
  color: #333333;
  background-color: #ffffff;
  font-family: helvetica, sans-serif;
  margin-left: 20px;
  width: 550px;
  line-height: normal;
}

div.name {
  font-size: 200%;
  font-weight: bold;
}

div.footer {
  color: #333333;
  background-color: #ffffff;
  font-family: helvetica, sans-serif;
  font-size: small;
  margin-top: 15px;
  margin-left: 20px;
  width: 550px;
}

span.menu-header {
  font-family: helvetica, sans-serif;
	font-size: medium;
  /* margin-top: 2ex; */
  /* margin-left: 5px; */
}

span.menu-items {
  font-family: helvetica, sans-serif;
  /*font-size: medium;*/
/*  margin-bottom: 1ex; */
  /* margin-left: 1em; */
}

a.year-item {
  font-weight: bold;
  font-size: medium;
  color: #3377BB;
  background-color: #ffffff;
}

td.menu-item {
  color: #27aeea;
  background-color: #ffffff;
  font-family: helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;
  height: 20px;
}

td.menu-block {
  width: 120px;
  vertical-align: top;
} 

tr.jump{
  height: 300px;
}

span.navigation {
  font-family: helvetica, sans-serif;
  /*font-size: medium;*/
  font-weight: bold;
}

span.index-header {
  font-family: helvetica, sans-serif;
  /*font-size: medium;*/
  font-weight: bold;
  margin-top: 0.5ex;
  /* margin-bottom: 0.5ex; */
 /* margin-left: 1em; */
}

span.index-items {
  font-family: helvetica, sans-serif;
  /* font-size: medium; */
  margin-bottom: 1ex;
  margin-top: 7px;
/*   margin-left: 1em;  */
}


