﻿body {
  font-size: 9pt;
  font-family: Verdana;
  color: #1B6935;
  margin-left: 4px;
}

h1 {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #FF6600;
  margin-bottom: 3px;
  margin-top: 10px;
}
.tableoutlined {
  border-right-style: solid;
  border-left-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-color: #008000;
  border-left-color: #008000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #008000;
  background-color: #FFFFFF;
}
.footer {
  font-family: verdana;
  font-size: 9px;
  color: #FFFFFF;
  text-decoration: none;
}
a {
  color: #008000;
}
input
{
  font-family: 'Courier New' , Courier, monospace;
  font-size: 9pt;
}
textarea
{
  font-family: 'Courier New' , Courier, monospace;
  font-size: 9pt;
}
select
{
  font-family: 'Courier New' , Courier, monospace;
  font-size: 9pt;
}
.button
{
  border: 1px solid #000000;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  background-color: #008000;
  color: #FFFFFF;
  width: 70px;
  height: 20px;
}
.adminmenu
{
  font-family: verdana;
  font-size: 9px;
  color: #000000;
  text-decoration: underline;
}
.changedby
{
  font-family: verdana;
  font-size: 9px;
  color: #000000;
}

.inputHighlighted
{
  background-color: #D9FFD9;
}

