a {
  color: #ffffff;
  font-size: small;
  font-weight:600;
  font-family: sans-serif;
  text-decoration: none;
}

a:visited {
  color: #ffffff;
  font-size: small;
  font-weight:600;
  font-family: sans-serif;
  text-decoration: none;
}

a:hover {
  color: #ffffcc;
  font-size: small;
  font-weight:600;
  font-family: sans-serif;
  text-decoration: underline;
}

a.dark { 
  color: #085d8b; 
  font-size: small;
  font-weight:600;
  font-family: sans-serif;
  text-decoration: underline; 
}

a.dark:visited { 
  color: #085d8b; 
  font-size: small;
  font-weight:600;
  font-family: sans-serif;
  text-decoration: underline; 
}

a.dark:hover { 
  color: #0000ff; 
  font-size: small;
  font-weight:600;
  font-family: sans-serif;
  text-decoration: underline; 
}

.header {
  font-size: large;
  font-weight:800;
  text-decoration: none;
}

small {
  font-size: x-small;
  font-weight:400;
  text-decoration: none;
}

.topbarcell {
  border: 0px;
  padding: 7px;
}

.alertbox {
  border: 2px;
  border-bottom: thin solid red;
  border-right: thin solid red;
  border-top: thin solid red;
  border-left: thin solid red;
  color: red;
  font-weight: 500;
}

body, html {
  margin: 0;

}

.error {
  color: red;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.button {
    background-color: #085d8b;
    color: #ffffff;
    font-weight: bold;
    border:1px #000000 outset;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.button:hover {
    background-color: #cddeee;
    color: #000000;
    font-weight: bold;
    border:1px #000000 inset;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

td.pageTitle {
  font-weight: bold;
  text-align: center;
}

table.formTable {
    background-color: #ffffff;
    color: #000000;
    width: 500;
}

td.formHeaderCell {
  background-color: #085d8b;
  color: #ffffff;
  font-weight: bold;
}

td.formInputCell {
  background-color: #cddeee;
}

.formInput {
    margin: 3px;
}

.welcome {
    font-size: .8em;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
}
