body {
  background-color: #ffffff;
  font-family: sans-serif;
  color: #000000;
}

/*  NS 4.x fix:  */
body, h1, h2, h3, p, ul, li, th, td, div, span {
  font-family: sans-serif;
}

img {
  border: 0;
}

img.bordered {
  border: solid;
}

a {
  color: #006677;
}

a.topbar:hover {
  color: #99aabb;
}

a:hover {
  color: #00aabb;
}

table.global {
  width: 100%;
}

table.global td {
}

td.title {
  font: 200% sans-serif;
  background-color: #55ccff;
  padding: 0.2em;
  font-weight: bold;
  border-top: solid 3px black;
}

td.title h1 {
  margin: 0.5em;
}


td.ticker {
  background-color: #00aabb;
  border-top: solid 3px black;
  border-bottom: solid 3px black;
  padding: 0.2em;
}

td.ticker a {
  color: #ffffff;
}

td.ticker table.sub-ticker {
  width: 100%;
  font-size: 85%;
}

td.ticker td.message {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}

td.ticker td.date {
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}

td.toolbar {
  width: 12.5%;
  background-color: #eeeeee;
  vertical-align: top;
  font-weight: bold;
/*  padding: 0.6em;
  IE 6 fix:  */
  padding: 10px;
  border-right: solid 3px black;
  text-align: center;
}

td.body {
  padding: 0.6em;
  vertical-align: top;
}

td.footnote {
  border-top: solid 3px black;
  border-bottom: solid 3px black;
  background-color: #00aabb;
  padding: 0.2em;
  color: #ffffff;
  font-weight: bold;
  font-size: 85%;
  text-align: right;
}

td.footnote a {
  color: #ffffff;
}

table.news-article {
  border: solid 2px black;
  width: 100%;
  margin-bottom: 2em;
}

table.news-article td, table.news-article th {
  border: solid 1px black;
}

table.news-article th {
  background-color: #00aabb;
  color: #ffffff;
}

table.news-article th h2 {
  margin: 0;
}

table.news-article table.footer {
  width: 100%;
}

table.news-article table.footer td {
  border: 0;
}

table.news-article table.footer td.date {
  text-align: right;
}

td.toolbar table {
  width: 100%;
  border-bottom: solid thin #888888;
} 

td.toolbar table td.menu-item {
  padding: 0.2em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  width: 100%;
  text-align: left;
  border-top: solid thin #888888;
}

td.toolbar table td.menu-subitem {
  padding: 0.2em;
  width: 100%;
  text-align: right;
}

td.toolbar table td.menu-item a, td.toolbar table td.menu-subitem a {
  text-decoration: none;
}

div.mainlink {
  text-align: center;
  padding: 1em;
}

.validity-icon {
  padding-top: 1em;
  padding-bottom: 1em;
}

table.contact th, table.contact td, table.press th, table.press td {
  border-top: solid 2px #000000;
  padding: 0.5em;
}

table.contact th, table.contact td {
  border: solid 2px #000000;
  padding: 0.5em;
}

table.contact th, table.press th {
  background-color: #eeeeee;
  text-align: left;
  font-weight: bold;
}

table.contact td, table.press td {
  text-align: left;
}

ul.links li {
  padding-bottom: 0.5em;
}

ul.links li a {
  font-weight: bold;
}

table.form {
  width: 100%;
}

table.form td, table.form th {
  border: solid 1px #000000;
  padding: 0.5em;
}

table.form th {
  background-color: #eeeeee;
  text-align: right;
  font-weight: bold;
}

table.form td input, table.form textarea {
  width: 100%;
}

table.event {
  border: solid 2px black;
  width: 100%;
  margin-bottom: 2em;
}

table.event td, table.event th {
  border: solid 1px black;
}

table.event table td, table.event table th {
  border: solid thin #444444;
  padding: 0.25em;
  background-color: transparent;
  color: black;
}

table.event th {
  background-color: #bbaa00;
  color: #ffffff;
}

table.event th h2 {
  margin: 0;
}

table.event table.footer {
  width: 100%;
}

table.event table.footer td {
  border: 0;
}

table.event table.footer td.date {
  text-align: right;
}

.cite {
/*  padding-left: 2em;*/
  padding-bottom: 2ex;
  padding-top: 1ex;
}
