@import "/style/download.css";

body {
  font-family: 'Lucida Grande', Verdana, Calibri, san-serif;
  font-size: 12pt;
}

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

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

a:visited {
  color: rgb(0, 0, 205);
}

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;
}

.vcenter {
  vertical-align:middle;
}

.warning {
  font-size: 1.2em;
  font-weight: bold;
  color: red;
}
