/* atviirPrint.css */

.clearboth { clear: both; }

.noprint { display: none; } 

a {
  color: #000000;
  text-decoration: none;
}

a.link {
  color: #000000;
  font-size: 0.60em;
}

a.linkHover {
  color: #000000;
  font-size: 0.60em;
}

a img {
  border: none;
  text-decoration: none;
}

a:hover img {
  border: none;
  text-decoration: none;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: normal;
  height: 100%;
  line-height: 1.25em;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: center;
  width: 100%;
}

fieldset {
  color: #000000;
  font-family: arial;
  font-size: medium;
  font-weight: normal;
}

h1 {
  color: #000000;
  font-family: sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  line-height: 1.00em;
}

h2 {
  color: #000000;
  font-family: sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.00em;
}

h3 {
  color: #000000;
  font-family: sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.00em;
}

h4 {
  color: #000000;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25em;
}

h5 {
  color: #000000;
  font-family: sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.25em;
}

h6 {
  color: #000000;
  font-family: sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.25em;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

input {
  background-color: #ffffff;
  color: #000000;
  font-family: arial;
  font-size: medium;
  font-weight: normal;
}

input.functionButton {
  background-color: #ffffff;
  border-bottom: 2px #000000 solid;
  border-left: 2px #000000 solid;
  border-right: 2px #000000 solid;
  border-top: 2px #000000 solid;
  color: #000000;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 2px;
  overflow: visible;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
  width: auto;
 }

input.functionButtonHover {
  background-color: #ffffff;
  border-bottom: 2px #000000 solid;
  border-left: 2px #000000 solid;
  border-right: 2px #000000 solid;
  border-top: 2px #000000 solid;
  color: #000000;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 2px;
  overflow: visible;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
  width: auto;
}

input.menuButton {
  background-color: #ffffff;
  color: #000000;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: bold;
  border-bottom: 2px #000000 solid;
  border-left: 2px #000000 solid;
  border-right: 2px #000000 solid;
  border-top: 2px #000000 solid;
  margin-top: 2px;
  margin-bottom: 2px;
  overflow: visible;
  padding: 4px;
  vertical-align: middle;
  width: auto;
}

input.menuButtonHover {
  background-color: #ffffff;
  border-bottom: 2px #000000 solid;
  border-left: 2px #000000 solid;
  border-right: 2px #000000 solid;
  border-top: 2px #000000 solid;
  color: #000000;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 2px;
  overflow: visible;
  padding: 4px;
  vertical-align: middle;
  width: auto;
}

label {
  color: #000000;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25em;
}

legend {
  color: #000000;
  font-family: arial;
  font-size: medium;
  font-weight: normal;
}

select {
  background-color: #ffffff;
  color: #000000;
  font-family: arial;
  font-size: medium;
  font-weight: normal;
  vertical-align: middle;
}

textarea {
  background-color: #ffffff;
  color: #000000;
  font-family: arial;
  font-size: medium;
  font-weight: normal;
}

