a:link, a:visited, a:hover, a:active {
  color: #000000; 
  font-weight: bold; 
  text-decoration: underline; 
}

body {
  background-color: #FFFFFF;
  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%;
}

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 {
  border: 1px solid #000000;
  width: 100%;
}

input.text {
  border: 1px solid #000000;
}

label {
  cursor: pointer;
}

li, p {
  display: none;
}

select {
  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;
}

#list {
  background-color: #000000;
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
  font-size: 8pt;
  /*/*/line-height: 1.5em; /* */
}

#list th {
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}

#list .even td {
  background-color: #EDEDED;
}

#list .odd td {
  background-color: #C7C7C7;
}

#list .white td {
  background-color: #FFFFFF;
  color: #000000;
}

.main {
  background-color: #009C00;
  border: 1px solid #000000;
  width: 100%;
}

.message {
  display: none;
}

.nav {
  text-align: center;
  width: 25%;
}

.smaller {
  font-size: 8pt;
}
.no_print{
	display: none;
}
