body {
  font-family: 'Lucida Grande', Calibri, san-serif;
}

h2 {
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20pt;
}

a {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: mediumblue;
}

a:active {
  color: red;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

img {
  border: none;
}

ul {
  margin: 0px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.sechead {
  width: 100%;
  border-bottom: 2px solid black;
}

.section {
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}

.columnset {
  display: table;
  vertical-align: top;
}

.columns {
  display: table-row;
}

.column {
  display: table-cell;
  vertical-align: top;
  padding: 4px;
}

.full {
  width: 100%;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}

.vcenter {
  vertical-align:middle;
}

.loader {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/images/loader.gif');
}

.nowrap {
  white-space: nowrap;
}
