a:link, a:visited, a:active, a:hover {
  color: #000000; 
  font-weight: bold;
  text-decoration: underline; 
}

body {
  background-color: #C0C0C0;
  color: #000000;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 10pt;
}

form {
  margin: 0;
}

h1, h2, h3 {
  font-family: Arial, Tahoma, sans-serif;
}

hr {
  color: #000000;
  background-color: #000000;
  height: 5px;
  width: 100%;
}

hr.hr1 {
  color: #000000;
  background-color: #000000;
  height: 1px;
  width: 100%;
}

td {
  font-size: 10pt;
  vertical-align: top;
}

img.hidden {
  display:none;
}

input {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 10pt;
}

input.borderless {
  background-color: transparent;
  border: 0px solid #000000;
  font-weight: bold;
}

input.max, select.max {
  border: 1px solid #000000;
  width: 100%;
}

input.text {
  border: 1px solid #000000;
}

label {
  cursor: pointer;
}

li, p {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 10pt;
}

select {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 10pt;
  border: 1px solid #000000;
}

textarea {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 10pt;
  border: 1px solid #000000;
}

.dotted {
  border: 2px dotted #FFFFFF;
  border-collapse: collapse;
}

.dotted_fixed {
  border: 2px dotted #FFFFFF;
  border-collapse: collapse;
  height: 200px;
  width: 100%;
}

.button {
  background-color: #C0C0C0;
  border: 1px solid #000000;
  cursor: pointer;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.button_hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.error {
  color: #FF0000;
}

.footer {
  font-size: 8pt;
  text-align: center;
  width: 100%;
}

.header_info {
  font-weight: bold;
  text-align: right;
}

.input_label {
  font-weight: bold;
  text-align: right;
}

.warning {
  background-color: #FF0000;
  color: #FFFFFF;
  font-weight: bold;
}

.invoice {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-collapse: collapse;
  color: #000000;
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  /*/*/line-height: 1.5em; /* */
}

.list, #list {
  background-color: #000000;
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
  font-size: 8pt;
  /*/*/line-height: 1.5em; /* */
}

.list th, #list th {
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}

.list .even td, #list .even td {
  background-color: #EDEDED;
}

.list .odd td, #list .odd td {
  background-color: #C7C7C7;
}

.white, #list .white td {
  background-color: #FFFFFF;
  color: #000000;
}

.main {
  background-color: #009C00;
  border: 1px solid #000000;
  width: 100%;
}

.message {
  background-color: #F0E68C;
  border: 1px solid #000000;
  margin-bottom: 10px;
  padding: 10px;
}

.nav {
  text-align: center;
  width: 25%;
}

.smaller {
  font-size: 8pt;
}