body, table, label, div {
  background-color: #fefefe;
  color: #000000;
  font-family: "arial";
  font-size: 14px;
}

body {
  margin-top: 6px;
  margin-left: 6px;
}

a:link {
  color: #0000cc;
}
a:visited {
  color: #000080;
}
a:hover {
  color: #0000ff;
}

txtRed {
  color: #cc0000;
}

hinwtxt {
  font-family: "arial";
  font-size: 12px;
}
hinwtxtRed {
  font-family: "arial";
  color: #cc0000;
  font-size: 12px;
}

h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
}

h3 {
  color: #660000;
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 3px;
}

input {
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
}

input[type=file] {
  border: none;
}

input[type=submit] {
  min-width: 100px;
  margin-right: 9px;
  background-color: #eeeeee;
  color: #000080;
}

input[type=submit]:hover {
  background-color: #cccccc;
  color: #0000ff;
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
}

input[type=button] {
  min-width: 100px;
  margin-right: 9px;
  background-color: #eeeeee;
  color: #000080;
}

input[type=button]:hover {
  background-color: #cccccc;
  color: #0000ff;
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
}

button {
  min-width: 160px;
  min-height: 25px;
  font-size: 16px;
  font-weight: bold;
  background-color: #eeeeee;
  color: #000080;
  border: none;
  padding: 3px;
}

button:hover {
  background-color: #cccccc;
  color: #0000ff;
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
}

button2 {
  min-width: 156px;
  font-size: 14px;
  font-weight: bold;
  background-color: #eeeeee;
  color: #000080;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  display: inline-block;
  padding: 3px;
  margin-right: 4px;
}

button2:hover {
  background-color: #cccccc;
  color: #0000ff;
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #eeeeee;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  min-width: 160px;
  padding: 6px;
}

.dropdown-content a {
  font-weight: bold;
  line-height: 22px;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #cccccc;
  box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
